Super Translator

Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.

Co je Super Translator?

Super Translator je rozšíření Chrome vyvinuté michelemilidoni, a jeho hlavní funkcí je „Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Super Translator

Stáhněte si soubory rozšíření Super Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Attualmente è supportata la traduzione da inglese ad italiana.

This extension translates words with double click on texts of web pages. It uses Glosbe (glosbe.com) API to translate words.

Actually, only english to italian translation is supported.                    

Základní Informace o Rozšíření

Název Super Translator Super Translator
ID fomolpbbegfcbpglnbdacjedhlglnobj
Oficiální URL https://chrome.google.com/webstore/detail/super-translator/fomolpbbegfcbpglnbdacjedhlglnobj
Popis Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.
Velikost souboru 64.49 KB
Počet instalací 69
Aktuální Verze 0.2.1
Poslední Aktualizace 2014-05-23
Datum Vydání 2014-05-23
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář michelemilidoni
Typ Platby free
Webové stránky Rozšíření https://github.com/mmilidoni/supertranslator-chrome-extension
URL Stránky Nápovědy https://github.com/mmilidoni/supertranslator-chrome-extension/issues
Podporované Jazyky it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Translator",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.",
    "icons": {
        "16": "dictionary16.png",
        "48": "dictionary48.png",
        "128": "dictionary.png"
    },
    "permissions": [
        "http:\/\/glosbe.com\/gapi\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "actions.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}