Goldtect Dictionary

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

什么是Goldtect Dictionary?

Goldtect Dictionary是由http://www.jinweijie.com开发的Chrome扩展程序,该扩展的主要功能是“A bilingual English-Chinese dictionary extension to easily look-up words.”。

扩展截图

screenshot

下载Goldtect Dictionary扩展crx文件

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

扩展使用说明

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

Support text selection and search.

Shortcut is Ctrl + Q.                    

扩展基本信息

名称 Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
官方URL https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
简介 A bilingual English-Chinese dictionary extension to easily look-up words.
文件大小 78.04 KB
安装次数 44
当前版本 1.3
更新时间 2023-01-18
上架时间 2014-04-23
评分 5.00/5 共3次评分
开发者 http://www.jinweijie.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}