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
官方網址 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"
    ]
}