Translate
划词,英译汉
Translateとは何ですか?
TranslateはTobinによって開発されたChromeの拡張機能で、その主な機能は「划词,英译汉」です。
拡張機能のスクリーンショット
Translate拡張機能のCRXファイルをダウンロード
Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
划词,英译汉 fork from https://github.com/ververcpp/ChaZD
拡張機能の基本情報
名前 | |
ID | gjecifjlnonophalblkfhkhfammonacl |
公式URL | https://chrome.google.com/webstore/detail/translate/gjecifjlnonophalblkfhkhfammonacl |
説明 | 划词,英译汉 |
ファイルサイズ | 53 KB |
インストール数 | 117 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-08-31 |
公開日 | 2019-08-31 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Tobin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translate", "version": "1.0.0", "description": "\u5212\u8bcd\uff0c\u82f1\u8bd1\u6c49", "permissions": [ "https:\/\/dict.youdao.com\/*", "https:\/\/fanyi.youdao.com\/*", "http:\/\/dict.youdao.com\/*", "http:\/\/fanyi.youdao.com\/*", "http:\/\/dict.xyuu.com.cn\/*", "http:\/\/*.shanbay.com\/*", "contextMenus", "tabs", "storage", "notifications" ], "background": { "persistent": true, "scripts": [ "public\/js\/utility.min.js", "public\/js\/background.min.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "public\/css\/inPage.min.css" ], "js": [ "public\/js\/utility.min.js", "public\/js\/selection.min.js" ], "matches": [ " |