gdict

An English word translator based on google translator by mouse hover

什么是gdict?

gdict是由gdict开发的Chrome扩展程序,该扩展的主要功能是“An English word translator based on google translator by mouse hover”。

扩展截图

screenshot
screenshot
screenshot

下载gdict扩展crx文件

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

扩展使用说明

                        Popup translation by mouse hover.

gdict is the most easy-to-use translation tool for chrome: English word will be translated to selected destination language by mouse hover. 

The translation is got from Google translator. The destination languages include: Arabic, Chinese(Simplified), Chinese(Traditional), Dutch, French, German, Greek, Indonesian, Irish, Italian, Japanese, Korean, Latin, Malay, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian, Vietnamese.

User can also click speaker to listen the pronunciation the word. The speech is provided by chrome embedded TTS engine.                    

扩展基本信息

名称 gdict gdict
ID jadfcfoidaelkpmjbngnheppkkcingnb
官方URL https://chrome.google.com/webstore/detail/gdict/jadfcfoidaelkpmjbngnheppkkcingnb
简介 An English word translator based on google translator by mouse hover
文件大小 40.56 KB
安装次数 123
当前版本 0.7
更新时间 2014-05-07
上架时间 2014-05-07
评分 4.50/5 共2次评分
开发者 gdict
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gdict",
    "version": "0.7",
    "description": "An English word translator based on google translator by mouse hover",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "popup.css"
            ],
            "all_frames": true,
            "js": [
                "monitor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "14",
    "icons": {
        "16": "images\/gdict16.png",
        "48": "images\/gdict48.png",
        "128": "images\/gdict128.png"
    },
    "permissions": [
        "storage",
        "",
        "tts"
    ]
}