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 |
| 公式URL | 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"
} | |