Wikidata search

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

O que é Wikidata search?

Wikidata search é uma extensão do Chrome desenvolvida por jeroendedauw, e sua principal característica é "Search plugin for Wikidata, the free knowledge base that anyone can edit.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wikidata search

Baixe arquivos de extensão Wikidata search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Wikidata search Wikidata search
ID ingjkjibhnkhomomlmlabndfmiaejkpn
URL Oficial https://chromewebstore.google.com/detail/wikidata-search/ingjkjibhnkhomomlmlabndfmiaejkpn
Descrição Search plugin for Wikidata, the free knowledge base that anyone can edit.
Tamanho do Arquivo 10.95 KB
Contagem de Instalações 114
Versão Atual 1.1
Última Atualização 2013-07-13
Data de Publicação 2013-07-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jeroendedauw
Tipo de Pagamento free
Site da Extensão https://wikidata.org
URL da Página de Ajuda https://github.com/JeroenDeDauw/WikidataChromeSearch
Idiomas Suportados 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
}