Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

Dictionary.com Search क्या है?

Dictionary.com Search voila.tech.99 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly find meanings for the selected word on Dictionary.com."।

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

screenshot

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

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

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

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

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

नाम Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
आधिकारिक URL https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
विवरण Quickly find meanings for the selected word on Dictionary.com.
फ़ाइल का आकार 13.41 KB
स्थापना संख्या 490
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-10-04
प्रकाशन तिथि 2021-09-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर voila.tech.99
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https:junglenut.net/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}