Super Translator

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

什么是Super Translator?

Super Translator是由michelemilidoni开发的Chrome扩展程序,该扩展的主要功能是“Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.”。

扩展截图

screenshot
screenshot

下载Super Translator扩展crx文件

下载Super Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Super Translator Super Translator
ID fomolpbbegfcbpglnbdacjedhlglnobj
官方URL https://chrome.google.com/webstore/detail/super-translator/fomolpbbegfcbpglnbdacjedhlglnobj
简介 Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.
文件大小 64.49 KB
安装次数 69
当前版本 0.2.1
更新时间 2014-05-23
上架时间 2014-05-23
评分 2.00/5 共2次评分
开发者 michelemilidoni
付费类型 free
扩展官网 https://github.com/mmilidoni/supertranslator-chrome-extension
帮助页面URL https://github.com/mmilidoni/supertranslator-chrome-extension/issues
支持的语言 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"
            ]
        }
    ]
}