Wikidata search

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

什麼是Wikidata search?

Wikidata search是由jeroendedauw開發的Chrome擴展程式,該擴展的主要功能是“Search plugin for Wikidata, the free knowledge base that anyone can edit.”。

擴展截圖

screenshot

下載Wikidata search擴展crx文件

下載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
官方網址 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
}