Quick access to Translator
Quick access to Google Translate
什麼是Quick access to Translator?
Quick access to Translator是由https://liuwanle.com開發的Chrome擴展程式,該擴展的主要功能是“Quick access to Google Translate”。
擴展截圖
下載Quick access to Translator擴展crx文件
下載Quick access to Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本 擴展基本資訊
| 名稱 | |
| ID | ibegoepejbbhepngfhhfcopelpjognfj |
| 官方網址 | https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj |
| 簡介 | Quick access to Google Translate |
| 檔案大小 | 10.67 KB |
| 安裝次數 | 58 |
| 目前版本 | 3.1.3 |
| 更新時間 | 2018-09-20 |
| 上架時間 | 2018-09-19 |
| 開發者 | https://liuwanle.com |
| 付費類型 | free |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Open Translator"
},
"description": "Quick access to Google Translate",
"homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html",
"icons": {
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Quick access to Translator",
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "3.1.3"
} | |