It's all Greek to me!

Instant translation of selected text using Google Translate.

Cos'è It's all Greek to me!?

It's all Greek to me! è un'estensione di Chrome sviluppata da Chris Gatzonis, e la sua funzione principale è "Instant translation of selected text using Google Translate.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione It's all Greek to me!

Scarica i file di estensione It's all Greek to me! 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

                        If "It's all Greek to you" use this extension for Google Chrome to translate any text on the web on any language to your desired language*.It's so simple to use:

1. After adding the extension click the question mark button in the upper right corner of the browser.

2. Select your desired language. 

3. Highlight any text on the web.

4. Right click with the text highlighted and click 'It's all Greek to me!' .

5. A new tab with Google Translate opens with the selected text to your desired language.

*Google Translate languages supported                    

Informazioni di Base sull'Estensione

Nome It's all Greek to me! It's all Greek to me!
ID cdbnocffdnhncgkdoonldahmpkdpaifl
URL Ufficiale https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl
Descrizione Instant translation of selected text using Google Translate.
Dimensione del File 8.96 KB
Conteggio Installazioni 194
Versione Corrente 1.0
Ultimo Aggiornamento 2013-05-28
Data di Pubblicazione 2013-05-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Chris Gatzonis
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "It's all Greek to me!",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Instant translation of selected text using Google Translate.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}