Goldtect Dictionary

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

Qu'est-ce que Goldtect Dictionary ?

Goldtect Dictionary est une extension Chrome développée par http://www.jinweijie.com, et sa fonction principale est "A bilingual English-Chinese dictionary extension to easily look-up words.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Goldtect Dictionary

Téléchargez les fichiers d'extension Goldtect Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Support text selection and search.

Shortcut is Ctrl + Q.                    

Informations de Base sur l'Extension

Nom Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
URL Officiel https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
Description A bilingual English-Chinese dictionary extension to easily look-up words.
Taille du Fichier 78.04 KB
Nombre d'Installations 44
Version Actuelle 1.3
Dernière Mise à Jour 2023-01-18
Date de Publication 2014-04-23
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://www.jinweijie.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}