Translator
Translate selected text on web page in google translate
什麼是Translator?
Translator是由poqdev開發的Chrome擴展程式,該擴展的主要功能是“Translate selected text on web page in google translate”。
擴展截圖
下載Translator擴展crx文件
下載Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.
擴展基本資訊
名稱 | Translator |
ID | igmlicaoohkobcmkccokekdfidmbhpof |
官方網址 | https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof |
簡介 | Translate selected text on web page in google translate |
檔案大小 | 108 KB |
安裝次數 | 148 |
目前版本 | 0.8.1 |
更新時間 | 2020-05-02 |
上架時間 | 2020-05-01 |
開發者 | poqdev |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://poqdev.com/privacity |
支援的語言 | en,ca,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator", "description": "Translate selected text on web page in google translate", "version": "0.8.1", "permissions": [ "contextMenus", "storage", "notifications" ], "icons": { "16": "icons\/translate-16.png", "32": "icons\/translate-32.png", "64": "icons\/translate-64.png", "128": "icons\/translate-128.png", "256": "icons\/translate-256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "default_locale": "en" } |