Quick Search Wiktionary

Provides quick access to Wiktionary from any page.

Quick Search Wiktionary क्या है?

Quick Search Wiktionary wyc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick access to Wiktionary from any page."।

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

screenshot
screenshot
screenshot

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

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

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

                        Extension that allows users to quickly and easily query Wiktionary.

Features:
Search by typing ` and space in the address bar.
Search by clicking on the extension and typing in the search box.
Search by right clicking a highlighted word.
Supports active Wiktionaries (150+ languages). Change which Wiktionary you would like to use in the options menu.

--

Update 1.0.1: Right clicking now opens in a new tab                    

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

नाम Quick Search Wiktionary Quick Search Wiktionary
ID kgchoibflodmphihffmogncijonmpmce
आधिकारिक URL https://chromewebstore.google.com/detail/quick-search-wiktionary/kgchoibflodmphihffmogncijonmpmce
विवरण Provides quick access to Wiktionary from any page.
फ़ाइल का आकार 14.59 KB
स्थापना संख्या 122
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-09-19
प्रकाशन तिथि 2021-03-17
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर wyc
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Search Wiktionary",
    "description": "Provides quick access to Wiktionary from any page.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/w16.png",
            "32": "\/images\/w32.png",
            "48": "\/images\/w48.png",
            "128": "\/images\/w128.png"
        }
    },
    "icons": {
        "16": "\/images\/w16.png",
        "32": "\/images\/w32.png",
        "48": "\/images\/w48.png",
        "128": "\/images\/w128.png"
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "`"
    }
}