Fanyi Translate
Translate Chinese into English via the context menu using the Youdao Translation API.
What is Fanyi Translate?
Fanyi Translate is a Chrome extension developed by Pete Alexandrou, and its main feature is "Translate Chinese into English via the context menu using the Youdao Translation API.".
Extension Screenshots
Download Fanyi Translate Extension CRX File
Download Fanyi Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Fanyi Translate |
ID | dbcbebgoppcdljgcijmhpmjaclbbldpp |
Official URL | https://chromewebstore.google.com/detail/fanyi-translate/dbcbebgoppcdljgcijmhpmjaclbbldpp |
Description | Translate Chinese into English via the context menu using the Youdao Translation API. |
File Size | 170 KB |
Installation Count | 235 |
Current Version | 3.0 |
Last Updated | 2016-02-10 |
Publish Date | 2016-02-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pete Alexandrou |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |