Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

What is Goldtect Dictionary?

Goldtect Dictionary is a Chrome extension developed by http://www.jinweijie.com, and its main feature is "A bilingual English-Chinese dictionary extension to easily look-up words.".

Extension Screenshots

screenshot

Download Goldtect Dictionary Extension CRX File

Download Goldtect Dictionary 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

                        A bilingual English-Chinese dictionary extension to easily look-up words.

Support text selection and search.

Shortcut is Ctrl + Q.                    

Extension Basic Information

Name Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
Official URL https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Description A bilingual English-Chinese dictionary extension to easily look-up words.
File Size 78.04 KB
Installation Count 44
Current Version 1.3
Last Updated 2023-01-18
Publish Date 2014-04-23
Rating 5.00/5 Total 3 Ratings
Developer http://www.jinweijie.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goldtect Dictionary",
    "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
    "version": "1.3",
    "permissions": [
        "",
        "http:\/\/dict.youdao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}