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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |