The Easy Translator
The very easy in use translator.
什麼是The Easy Translator?
The Easy Translator是由Sergey Vasilyev開發的Chrome擴展程式,該擴展的主要功能是“The very easy in use translator.”。
擴展截圖
下載The Easy Translator擴展crx文件
下載The Easy Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language. On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate. Just select a text -> right click -> Translate... or Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable) Enjoy the Easy Translator!
擴展基本資訊
名稱 | The Easy Translator |
ID | ambcfpifajmjgfdaafnjdollbfemaeeg |
官方網址 | https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg |
簡介 | The very easy in use translator. |
檔案大小 | 11.81 KB |
安裝次數 | 10,000 |
目前版本 | 0.7.0.0 |
更新時間 | 2024-03-04 |
上架時間 | 2016-04-21 |
評分 | 4.34/5 共 136 次評分 |
開發者 | Sergey Vasilyev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.7.0.0", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128_v4.png" }, "options_page": "options.html", "background": { "service_worker": "script.js", "type": "module" }, "commands": { "translate": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extShortcutDescription__" } }, "permissions": [ "contextMenus", "system.display", "storage", "scripting", "activeTab" ] } |