Skip to content

Commit

Permalink
feat: Azure Cognitive Services api
Browse files Browse the repository at this point in the history
  • Loading branch information
light authored and light committed Jan 9, 2022
1 parent 294fde9 commit 707f273
Show file tree
Hide file tree
Showing 8 changed files with 459 additions and 336 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@

[彩云](https://dashboard.caiyunapp.com/user/sign_in/)

[Azure Cognitive Services](https://docs.microsoft.com/zh-cn/azure/cognitive-services/Translator/quickstart-translator?tabs=csharp)

## 安装方式

第一种方式: (版本较老不推荐)[应用市场旧版 2.0.5 版本](https://chrome.google.com/webstore/detail/udemy-translate/dechpgocmbnibandhfdpkmfkogmlnbkp?hl=en-US)

第二种方式:推荐(更新较快) 同时Edge 支持
第二种方式:推荐(更新较快) 同时 Edge 支持

步骤 1:

关注公众号: 影音下午茶 回复 '工具下载'
关注公众号: 影音下午茶 回复 '工具下载'

打开你的谷歌或者 Edge 新版浏览器

Expand Down Expand Up @@ -76,7 +78,7 @@ v2.1.5
- [x] Netflix 视频支持

- [x] Lynda 视频支持

- [x] Linkedin 视频支持

- [x] Hbo now 视频支持
Expand All @@ -91,10 +93,12 @@ v2.1.5

- [x] Disneyplus 视频支持

- [x] simplilearn.com支持
- [x] simplilearn.com 支持

- [x] Yandex 翻译接口接入

- [x] Azure Cognitive Services

- [x] 有道智云接口接入

- [x] 百度翻译接口接入
Expand All @@ -114,7 +118,7 @@ v2.1.5
- [x] ICON

# TODO
- [ ] amazon配置支持

- [ ] 字幕样式等

# 合作推广
Expand Down
5 changes: 4 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Register links:
[Baidu](https://fanyi-api.baidu.com/api/trans/product/desktop)
[Yandex](https://translate.yandex.com/developers/keys)
[ColorfulClouds](https://dashboard.caiyunapp.com/user/sign_in/)
[Azure Cognitive Services](https://docs.microsoft.com/zh-cn/azure/cognitive-services/Translator/quickstart-translator?tabs=csharp)

## Install

Expand Down Expand Up @@ -84,10 +85,12 @@ v2.1.5

- [x] Disneyplus video support

- [x] simplilearn.com
- [x] simplilearn.com

- [x] Yandex translate Api support

- [x] Azure Cognitive Services

- [x] Youdao Cloud Api support

- [x] Baidu Api Support
Expand Down
45 changes: 37 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-udemy-translate",
"version": "2.1.5",
"version": "2.1.6",
"description": "Translate Udemy's subtitles into Chinese/English(netflix+udemy+lynda+hulu+hbo now字幕翻译)",
"license": "MIT",
"repository": {
Expand All @@ -25,6 +25,7 @@
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"uuid": "^8.3.2",
"zepto": "^1.2.0"
},
"devDependencies": {
Expand All @@ -34,6 +35,7 @@
"@babel/preset-react": "^7.9.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/uuid": "^8.3.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
Expand Down Expand Up @@ -65,4 +67,4 @@
"webpack-dev-server": "^3.10.3",
"write-file-webpack-plugin": "^4.5.1"
}
}
}
Loading

0 comments on commit 707f273

Please sign in to comment.