Goldtect Dictionary

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

Hvad er Goldtect Dictionary?

Goldtect Dictionary er en Chrome-udvidelse udviklet af http://www.jinweijie.com, og dens hovedfunktion er "A bilingual English-Chinese dictionary extension to easily look-up words.".

Udvidelsesskærmbilleder

screenshot

Download Goldtect Dictionary-udvidelses-CRX-fil

Download Goldtect Dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Support text selection and search.

Shortcut is Ctrl + Q.                    

Grundlæggende oplysninger om udvidelsen

Navn Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
Officiel URL https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Beskrivelse A bilingual English-Chinese dictionary extension to easily look-up words.
Filstørrelse 78.04 KB
Antal Installationer 44
Nuværende Version 1.3
Senest Opdateret 2023-01-18
Udgivelsesdato 2014-04-23
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler http://www.jinweijie.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}