azerdict translate

Translate just by clicking right button of your mouse on a selected text

Cos'è azerdict translate?

azerdict translate è un'estensione di Chrome sviluppata da https://azerdict.com, e la sua funzione principale è "Translate just by clicking right button of your mouse on a selected text".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione azerdict translate

Scarica i file di estensione azerdict translate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome azerdict translate azerdict translate
ID cmejnhocibjplgciikcpnbhopfinjcea
URL Ufficiale https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea
Descrizione Translate just by clicking right button of your mouse on a selected text
Dimensione del File 5.47 KB
Conteggio Installazioni 19
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-09-04
Data di Pubblicazione 2015-09-03
Sviluppatore https://azerdict.com
Tipo di Pagamento free
Lingue Supportate 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
}