Click Translate

Right click to translate any word quickly and easily.

Cos'è Click Translate?

Click Translate è un'estensione di Chrome sviluppata da David Pimentel, e la sua funzione principale è "Right click to translate any word quickly and easily.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click Translate

Scarica i file di estensione Click 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 Click Translate Click Translate
ID oejnidpeffnbdfgienfmebepolhicmgh
URL Ufficiale https://chromewebstore.google.com/detail/click-translate/oejnidpeffnbdfgienfmebepolhicmgh
Descrizione Right click to translate any word quickly and easily.
Dimensione del File 165 KB
Conteggio Installazioni 1,048
Versione Corrente 1.0
Ultimo Aggiornamento 2014-01-12
Data di Pubblicazione 2014-01-12
Valutazione 1.75/5 Totale 4 Valutazioni
Sviluppatore David Pimentel
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Translate",
    "version": "1.0",
    "description": "Right click to translate any word quickly and easily.",
    "manifest_version": 2,
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/translate.css"
            ],
            "js": [
                "js\/jquery-1.8.1.min.js",
                "js\/jquery-ui-1.8.24.custom.min.js",
                "js\/common.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "options_page": "\/options.html",
    "background": {
        "page": "\/background.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}