azerdict translate
Translate just by clicking right button of your mouse on a selected text
What is azerdict translate?
azerdict translate is a Chrome extension developed by https://azerdict.com, and its main feature is "Translate just by clicking right button of your mouse on a selected text".
Extension Screenshots
Download azerdict translate Extension CRX File
Download azerdict translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
Official URL | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
Description | Translate just by clicking right button of your mouse on a selected text |
File Size | 5.47 KB |
Installation Count | 19 |
Current Version | 1.1.0 |
Last Updated | 2015-09-04 |
Publish Date | 2015-09-03 |
Developer | https://azerdict.com |
Payment Type | free |
Supported Languages | 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 } |