azerdict translate
Translate just by clicking right button of your mouse on a selected text
azerdict translateとは何ですか?
azerdict translateはhttps://azerdict.comによって開発されたChromeの拡張機能で、その主な機能は「Translate just by clicking right button of your mouse on a selected text」です。
拡張機能のスクリーンショット
azerdict translate拡張機能のCRXファイルをダウンロード
azerdict translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
公式URL | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
説明 | Translate just by clicking right button of your mouse on a selected text |
ファイルサイズ | 5.47 KB |
インストール数 | 19 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-09-04 |
公開日 | 2015-09-03 |
開発者 | https://azerdict.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "homepage_url": "http:\/\/azerdict.com", "offline_enabled": false, "version": "1.1.0", "page_action": { "default_icon": "azerdict-icon-little.png", "default_title": "__MSG_extTitle__" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "name": "__MSG_extName__", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "azerdict-icon-little.png", "16": "azerdict-icon-little.png" }, "manifest_version": 2 } |