Super Translator

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

What is Super Translator?

Super Translator is a Chrome extension developed by michelemilidoni, and its main feature is "Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.".

Extension Screenshots

screenshot
screenshot

Download Super Translator Extension CRX File

Download Super Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Super Translator Super Translator
ID fomolpbbegfcbpglnbdacjedhlglnobj
Official URL https://chrome.google.com/webstore/detail/super-translator/fomolpbbegfcbpglnbdacjedhlglnobj
Description Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.
File Size 64.49 KB
Installation Count 69
Current Version 0.2.1
Last Updated 2014-05-23
Publish Date 2014-05-23
Rating 2.00/5 Total 2 Ratings
Developer michelemilidoni
Payment Type free
Extension Website https://github.com/mmilidoni/supertranslator-chrome-extension
Help Page URL https://github.com/mmilidoni/supertranslator-chrome-extension/issues
Supported Languages 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"
            ]
        }
    ]
}