Wikidata search

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

Wat is Wikidata search?

Wikidata search is een Chrome-extensie ontwikkeld door jeroendedauw, en de belangrijkste functie is "Search plugin for Wikidata, the free knowledge base that anyone can edit.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikidata search

Download Wikidata search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Wikidata search Wikidata search
ID ingjkjibhnkhomomlmlabndfmiaejkpn
Officiële URL https://chromewebstore.google.com/detail/wikidata-search/ingjkjibhnkhomomlmlabndfmiaejkpn
Beschrijving Search plugin for Wikidata, the free knowledge base that anyone can edit.
Bestandsgrootte 10.95 KB
Aantal Installaties 114
Huidige Versie 1.1
Laatst Bijgewerkt 2013-07-13
Publicatiedatum 2013-07-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jeroendedauw
Betalingswijze free
Extensiewebsite https://wikidata.org
Help Pagina-URL https://github.com/JeroenDeDauw/WikidataChromeSearch
Ondersteunde Talen 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
}