Wikidata search

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

Что такое Wikidata search?

Wikidata search - это расширение Chrome, разработанное jeroendedauw, и его основная функция - "Search plugin for Wikidata, the free knowledge base that anyone can edit.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wikidata search

Скачайте файлы расширений Wikidata search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}