Double Click Dictionary

Checking the lexical item on any websites using double click

Double Click Dictionary क्या है?

Double Click Dictionary Vuong Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checking the lexical item on any websites using double click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Double Click Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Double Click Dictionary Double Click Dictionary
ID mhodfiapdkckpndblmmajncefllgpcjm
आधिकारिक URL https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm
विवरण Checking the lexical item on any websites using double click
फ़ाइल का आकार 53.53 KB
स्थापना संख्या 220
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-07-14
प्रकाशन तिथि 2023-03-25
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Vuong Nguyen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tudien.net
समर्थित भाषाएँ 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
        }
    ]
}