azerdict translate
Translate just by clicking right button of your mouse on a selected text
Vad är azerdict translate?
azerdict translate är en Chrome-tillägg utvecklad av https://azerdict.com, och dess huvudfunktion är "Translate just by clicking right button of your mouse on a selected text".
Tilläggsskärmbilder
Ladda ner azerdict translate-förlängningens CRX-fil
Ladda ner azerdict translate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
Officiell webbadress | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
Beskrivning | Translate just by clicking right button of your mouse on a selected text |
Filstorlek | 5.47 KB |
Antal Installationer | 19 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2015-09-04 |
Publiceringsdatum | 2015-09-03 |
Utvecklare | https://azerdict.com |
Betalningssätt | free |
Stödda Språk | 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 } |