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
公式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
}