azerdict translate
Translate just by clicking right button of your mouse on a selected text
Wat is azerdict translate?
azerdict translate is een Chrome-extensie ontwikkeld door https://azerdict.com, en de belangrijkste functie is "Translate just by clicking right button of your mouse on a selected text".
Extensie Screenshots
Download het CRX-bestand van de extensie azerdict translate
Download azerdict translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | azerdict translate |
ID | cmejnhocibjplgciikcpnbhopfinjcea |
Officiële URL | https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea |
Beschrijving | Translate just by clicking right button of your mouse on a selected text |
Bestandsgrootte | 5.47 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-09-04 |
Publicatiedatum | 2015-09-03 |
Ontwikkelaar | https://azerdict.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |