Wikidata search

Search plugin for Wikidata, the free knowledge base that anyone can edit.

Wikidata search क्या है?

Wikidata search jeroendedauw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search plugin for Wikidata, the free knowledge base that anyone can edit."।

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

screenshot

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

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

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

                        To search against Wikidata, type "wd" in the search bar, followed by your search terms.

Up to three results will be shown. These are indicated by a small Wikidata logo. Each result
contains the English label followed by the English description, when available. Selecting
an item allows you to preview the URL. Clicking on it or hitting enter after selecting it
takes you to the item on wikidata.org.

At this point, only English labels and descriptions for items will be searched against.

You can contribute to this open source project by getting the source at https://github.com/JeroenDeDauw/WikidataChromeSearch                    

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

नाम Wikidata search Wikidata search
ID ingjkjibhnkhomomlmlabndfmiaejkpn
आधिकारिक URL https://chromewebstore.google.com/detail/wikidata-search/ingjkjibhnkhomomlmlabndfmiaejkpn
विवरण Search plugin for Wikidata, the free knowledge base that anyone can edit.
फ़ाइल का आकार 10.95 KB
स्थापना संख्या 114
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-07-13
प्रकाशन तिथि 2013-07-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jeroendedauw
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wikidata.org
सहायता पृष्ठ URL https://github.com/JeroenDeDauw/WikidataChromeSearch
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "img\/wikidata_16px.png",
        "48": "img\/wikidata_48px.png",
        "128": "img\/wikidata_128px.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.wikidata.org\/w\/api.php?action=wbsearchentities*"
    ],
    "omnibox": {
        "keyword": "wd"
    },
    "background": {
        "scripts": [
            "js\/itemSuggester.js"
        ]
    },
    "options_page": "html\/options.html",
    "manifest_version": 2
}