Goldtect Dictionary

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

Vad är Goldtect Dictionary?

Goldtect Dictionary är en Chrome-tillägg utvecklad av http://www.jinweijie.com, och dess huvudfunktion är "A bilingual English-Chinese dictionary extension to easily look-up words.".

Tilläggsskärmbilder

screenshot

Ladda ner Goldtect Dictionary-förlängningens CRX-fil

Ladda ner Goldtect Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Support text selection and search.

Shortcut is Ctrl + Q.                    

Grundläggande Information om Tillägg

Namn Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
Officiell webbadress https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Beskrivning A bilingual English-Chinese dictionary extension to easily look-up words.
Filstorlek 78.04 KB
Antal Installationer 44
Aktuell Version 1.3
Senast Uppdaterad 2023-01-18
Publiceringsdatum 2014-04-23
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://www.jinweijie.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}