Translator
Right Click to translate selected text using Google Translate
什麼是Translator?
Translator是由Jofen開發的Chrome擴展程式,該擴展的主要功能是“Right Click to translate selected text using Google Translate”。
擴展截圖
下載Translator擴展crx文件
下載Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Translate selected text or full page
A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages.
How to translate text:
Select required text on any web page and right click to select "Translate Selected.
How to translate full page:
Right click and select "Translate Full Page" 擴展基本資訊
| 名稱 | |
| ID | condlopdddofpgcdjfnoepbdkcgckmgb |
| 官方網址 | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
| 簡介 | Right Click to translate selected text using Google Translate |
| 檔案大小 | 22.66 KB |
| 安裝次數 | 133,761 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-06-26 |
| 上架時間 | 2019-06-25 |
| 評分 | 3.91/5 共 32 次評分 |
| 開發者 | Jofen |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Translator",
"description": "Right Click to translate selected text using Google Translate",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"js\/common.js",
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false,
"chrome_style": true
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"storage"
]
} | |