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
Eメール [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"
    }
}