Double Click Dictionary

Checking the lexical item on any websites using double click

Qu'est-ce que Double Click Dictionary ?

Double Click Dictionary est une extension Chrome développée par Vuong Nguyen, et sa fonction principale est "Checking the lexical item on any websites using double click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Double Click Dictionary

Téléchargez les fichiers d'extension Double Click 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 dictionary that works on any website. Simply double click to fetch the meaning, pronunciation. It currently supports 5 in 1 dictionaries including English - Vietnamese, English - English, Collocation Dictionary, Basic Dictionary and Thesaurus.                    

Informations de Base sur l'Extension

Nom Double Click Dictionary Double Click Dictionary
ID mhodfiapdkckpndblmmajncefllgpcjm
URL Officiel https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm
Description Checking the lexical item on any websites using double click
Taille du Fichier 53.53 KB
Nombre d'Installations 220
Version Actuelle 0.2
Dernière Mise à Jour 2023-07-14
Date de Publication 2023-03-25
Évaluation 5.00/5 Total 4 Évaluations
Développeur Vuong Nguyen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tudien.net
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Double Click Dictionary",
    "author": "Vuong Nguyen",
    "homepage_url": "https:\/\/tudien.net",
    "action": {
        "default_title": "T\u00f9y ch\u1ec9nh t\u1eeb \u0111i\u1ec3n",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/static\/images\/tudien16.png",
        "32": "\/static\/images\/tudien32.png",
        "48": "\/static\/images\/tudien48.png",
        "128": "\/static\/images\/tudien128.png"
    },
    "manifest_version": 3,
    "version": "0.2",
    "description": "Checking the lexical item on any websites using double click",
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}