azerdict translate
Translate just by clicking right button of your mouse on a selected text
Qu'est-ce que azerdict translate ?
azerdict translate est une extension Chrome développée par https://azerdict.com, et sa fonction principale est "Translate just by clicking right button of your mouse on a selected text".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension azerdict translate
Téléchargez les fichiers d'extension azerdict translate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
URL Officiel | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
Description | Translate just by clicking right button of your mouse on a selected text |
Taille du Fichier | 5.47 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2015-09-04 |
Date de Publication | 2015-09-03 |
Développeur | https://azerdict.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |