Wikitionary word definition lookup

Right Click to lookup definition of selected word in a new Tab using Wikitionary

Wikitionary word definition lookup क्या है?

Wikitionary word definition lookup Ashok Koyi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right Click to lookup definition of selected word in a new Tab using Wikitionary"।

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

screenshot
screenshot

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

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

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

                        Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary                    

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

नाम Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
आधिकारिक URL https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
विवरण Right Click to lookup definition of selected word in a new Tab using Wikitionary
फ़ाइल का आकार 13.59 KB
स्थापना संख्या 70
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-10-15
प्रकाशन तिथि 2021-10-15
डेवलपर Ashok Koyi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/thekalinga/right-click-wiktionary
सहायता पृष्ठ URL https://github.com/thekalinga/right-click-wiktionary/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikitionary word definition lookup",
    "version": "0.1.0",
    "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}