This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # a-translator-chrome-extension
1
+ # DeepL Translate for Chrome
2
2
3
- 一个支持 DeepL 翻译的 Chrome 插件 (需自己购买 DeepL API 计划)。
3
+ Chrome DeepL 翻译插件 (需自己购买 DeepL API 计划)。
4
4
5
5
## 安装
6
6
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " a-translator -chrome-extension" ,
2
+ "name" : " deepl -chrome-extension" ,
3
3
"version" : " 0.3.1" ,
4
4
"description" : " DeepL translate for Chrome" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/geekdada/a-translator -chrome-extension"
8
+ "url" : " https://github.com/geekdada/deepl -chrome-extension"
9
9
},
10
10
"scripts" : {
11
11
"start" : " cross-env NODE_ENV=development node scripts/webserver.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " A Translator " ,
2
+ "name" : " DeepL Translate " ,
3
3
"permissions" : [
4
4
" http://*/*" ,
5
5
" https://*/*" ,
19
19
"default_icon" : {
20
20
"128" : " icon-128.png"
21
21
},
22
- "default_title" : " A Translator "
22
+ "default_title" : " DeepL Translate "
23
23
},
24
24
"icons" : {
25
25
"128" : " icon-128.png"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ chrome.commands.onCommand.addListener(function (command) {
68
68
69
69
chrome . contextMenus . create ( {
70
70
id : 'ate' ,
71
- title : 'A Translator ' ,
71
+ title : 'DeepL Translate ' ,
72
72
contexts : [ 'page' ] ,
73
73
} )
74
74
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ const App: React.FC = () => {
189
189
< div
190
190
className = "ate_App__header"
191
191
tw = "bg-purple-800 px-5 py-3 text-white font-bold text-lg cursor-move flex justify-between items-center" >
192
- < span > A Translator </ span >
192
+ < span > DeepL Translate </ span >
193
193
< span tw = "flex space-x-3" >
194
194
{ enableOCR ? (
195
195
< IconButton
You can’t perform that action at this time.
0 commit comments