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
}