Double Click Dictionary

Checking the lexical item on any websites using double click

Co je Double Click Dictionary?

Double Click Dictionary je rozšíření Chrome vyvinuté Vuong Nguyen, a jeho hlavní funkcí je „Checking the lexical item on any websites using double click“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Double Click Dictionary

Stáhněte si soubory rozšíření Double Click Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Double Click Dictionary Double Click Dictionary
ID mhodfiapdkckpndblmmajncefllgpcjm
Oficiální URL https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm
Popis Checking the lexical item on any websites using double click
Velikost souboru 53.53 KB
Počet instalací 220
Aktuální Verze 0.2
Poslední Aktualizace 2023-07-14
Datum Vydání 2023-03-25
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Vuong Nguyen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tudien.net
Podporované Jazyky 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
        }
    ]
}