Goldtect Dictionary

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

Was ist Goldtect Dictionary?

Goldtect Dictionary ist eine Chrome-Erweiterung, die von http://www.jinweijie.com entwickelt wurde, und ihr Hauptmerkmal ist "A bilingual English-Chinese dictionary extension to easily look-up words.".

Erweiterungsscreenshots

screenshot

Goldtect Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goldtect Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Support text selection and search.

Shortcut is Ctrl + Q.                    

Grundlegende Informationen zur Erweiterung

Name Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
Offizielle URL https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Beschreibung A bilingual English-Chinese dictionary extension to easily look-up words.
Dateigröße 78.04 KB
Installationsanzahl 44
Aktuelle Version 1.3
Letztes Update 2023-01-18
Veröffentlichungsdatum 2014-04-23
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://www.jinweijie.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}