gdict

An English word translator based on google translator by mouse hover

What is gdict?

gdict is a Chrome extension developed by gdict, and its main feature is "An English word translator based on google translator by mouse hover".

Extension Screenshots

screenshot
screenshot
screenshot

Download gdict Extension CRX File

Download gdict 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

                        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.                    

Extension Basic Information

Name gdict gdict
ID jadfcfoidaelkpmjbngnheppkkcingnb
Official URL https://chrome.google.com/webstore/detail/gdict/jadfcfoidaelkpmjbngnheppkkcingnb
Description An English word translator based on google translator by mouse hover
File Size 40.56 KB
Installation Count 123
Current Version 0.7
Last Updated 2014-05-07
Publish Date 2014-05-07
Rating 4.50/5 Total 2 Ratings
Developer gdict
Payment Type free
Supported Languages 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"
    ]
}