Dictionary

Select a word on the webpage and open popup to instantly look up in the dictionary

Dictionary क्या है?

Dictionary SandeepKrSuman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a word on the webpage and open popup to instantly look up in the dictionary"।

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

screenshot
screenshot

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

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

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

                        It is unconventional to always open a new tab to lookup for a word's meaning while you are reading your favorite blog or when you are simply browsing and you come across a word you want to know about. This extension is here to rescue. Select a word you want to look at and click on the extension button at the top and a beautiful popup will appear with the word definition and example. Isn't this cool and conventional? Install this extension and find word definitions on the go. [Open Source]                    

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

नाम Dictionary Dictionary
ID dlapopclhkmhhkmjhhaloapiiepbbnii
आधिकारिक URL https://chromewebstore.google.com/detail/dictionary/dlapopclhkmhhkmjhhaloapiiepbbnii
विवरण Select a word on the webpage and open popup to instantly look up in the dictionary
फ़ाइल का आकार 289 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2021-08-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर SandeepKrSuman
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/SandeepKrSuman/dictionary-extension
सहायता पृष्ठ URL https://github.com/SandeepKrSuman/dictionary-extension/issues
गोपनीयता नीति पृष्ठ URL https://github.com/SandeepKrSuman/dictionary-extension/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dictionary",
    "version": "1.2.1",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_title": "Dictionary",
        "default_popup": "popup\/popup.html"
    },
    "description": "Select a word on the webpage and open popup to instantly look up in the dictionary",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "author": "SandeepKrSuman",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}