It's all Greek to me!

Instant translation of selected text using Google Translate.

¿Qué es It's all Greek to me!?

It's all Greek to me! es una extensión de Chrome desarrollada por Chris Gatzonis, y su función principal es "Instant translation of selected text using Google Translate.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión It's all Greek to me!

Descarga archivos de extensión It's all Greek to me! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre It's all Greek to me! It's all Greek to me!
ID cdbnocffdnhncgkdoonldahmpkdpaifl
URL Oficial https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl
Descripción Instant translation of selected text using Google Translate.
Tamaño del Archivo 8.96 KB
Cantidad de Instalaciones 194
Versión Actual 1.0
Última Actualización 2013-05-28
Fecha de Publicación 2013-05-28
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Chris Gatzonis
Tipo de Pago free
Idiomas Soportados 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"
    }
}