Instant Dictionary

View definition in both English and Chinese as you browse the web.

Qu'est-ce que Instant Dictionary ?

Instant Dictionary est une extension Chrome développée par Peter Pi, et sa fonction principale est "View definition in both English and Chinese as you browse the web.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Instant 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

                        IMPORTANT:
 - The chrome extension will not work in tabs that were open prior to installation. After installation, either reload your open tabs or restart Chrome.

Instant Dictionary helps to make the translation become more convenient.

Simply highlight the word you don't understand and see the definition in English and Chinese without going back and forth on tabs.                    

Informations de Base sur l'Extension

Nom Instant Dictionary Instant Dictionary
ID hjpcapcphfbomgjkghdiiogelgikcmpa
URL Officiel https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa
Description View definition in both English and Chinese as you browse the web.
Taille du Fichier 696 KB
Nombre d'Installations 121
Version Actuelle 1.0.6
Dernière Mise à Jour 2022-01-08
Date de Publication 2020-04-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Peter Pi
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": "Instant Dictionary",
    "version": "1.0.6",
    "description": "View definition in both English and Chinese as you browse the web.",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "Styles.css"
            ],
            "js": [
                "content.js",
                "jquery-3.4.1.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}