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
22
3- 一个支持 DeepL 翻译的 Chrome 插件 (需自己购买 DeepL API 计划)。
3+ Chrome DeepL 翻译插件 (需自己购买 DeepL API 计划)。
44
55## 安装
66
Original file line number Diff line number Diff line change 11{
2- "name" : " a-translator -chrome-extension" ,
2+ "name" : " deepl -chrome-extension" ,
33 "version" : " 0.3.1" ,
44 "description" : " DeepL translate for Chrome" ,
55 "license" : " MIT" ,
66 "repository" : {
77 "type" : " git" ,
8- "url" : " https://github.com/geekdada/a-translator -chrome-extension"
8+ "url" : " https://github.com/geekdada/deepl -chrome-extension"
99 },
1010 "scripts" : {
1111 "start" : " cross-env NODE_ENV=development node scripts/webserver.js" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " A Translator " ,
2+ "name" : " DeepL Translate " ,
33 "permissions" : [
44 " http://*/*" ,
55 " https://*/*" ,
1919 "default_icon" : {
2020 "128" : " icon-128.png"
2121 },
22- "default_title" : " A Translator "
22+ "default_title" : " DeepL Translate "
2323 },
2424 "icons" : {
2525 "128" : " icon-128.png"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ chrome.commands.onCommand.addListener(function (command) {
6868
6969chrome . contextMenus . create ( {
7070 id : 'ate' ,
71- title : 'A Translator ' ,
71+ title : 'DeepL Translate ' ,
7272 contexts : [ 'page' ] ,
7373} )
7474
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ const App: React.FC = () => {
189189 < div
190190 className = "ate_App__header"
191191 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 >
193193 < span tw = "flex space-x-3" >
194194 { enableOCR ? (
195195 < IconButton
You can’t perform that action at this time.
0 commit comments