Fanyi Translate
Translate Chinese into English via the context menu using the Youdao Translation API.
Fanyi Translateとは何ですか?
Fanyi TranslateはPete Alexandrouによって開発されたChromeの拡張機能で、その主な機能は「Translate Chinese into English via the context menu using the Youdao Translation API.」です。
拡張機能のスクリーンショット
Fanyi Translate拡張機能のCRXファイルをダウンロード
Fanyi Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Fanyi Translate |
ID | dbcbebgoppcdljgcijmhpmjaclbbldpp |
公式URL | https://chromewebstore.google.com/detail/fanyi-translate/dbcbebgoppcdljgcijmhpmjaclbbldpp |
説明 | Translate Chinese into English via the context menu using the Youdao Translation API. |
ファイルサイズ | 170 KB |
インストール数 | 235 |
現在のバージョン | 3.0 |
最終更新日 | 2016-02-10 |
公開日 | 2016-02-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Pete Alexandrou |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/fanyi.min.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fanyi.youdao.com; object-src 'self' 'unsafe-eval'", "description": "Translate Chinese into English via the context menu using the Youdao Translation API.", "icons": { "128": "icons\/Fanyi_128.png", "16": "icons\/Fanyi_16.png", "32": "icons\/Fanyi_32.png", "48": "icons\/Fanyi_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAksROB\/gj7SzCDFFzvDu1kHHw\/a1w6ZAKG14BdrNO0aLSViejKWVBKm\/IQwqhkpsYKdWNLotAz73Yg0KxBgX6gqcwWjLUro2lVCDfKBNu29kcjgDU9Ei98\/Z3Iz5fGI\/JeC5TrCC3O66yMHZd66atty\/NZC4vS63KB2hAYPfMqMNUQ\/HOh373WIUP5UXZVESj+tDqEGeKHTjMGxuPk4pySP3+S7c8KXhTVmikIsjo\/9rPzOiVKlROImJB9V5JRom3OtTeY1BKduk0BUSTfUOSWpVoSEVzp69QI6EwLYZA3QPwbzOCMFQUaEjNeJ3IgtpWQdkLQ6\/gsDd4wgpgw\/TrJwIDAQAB", "manifest_version": 2, "minimum_chrome_version": "6.0.472", "name": "Fanyi Translate", "permissions": [ "activeTab", "contextMenus", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0" } |