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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wikidata search
قم بتنزيل ملفات الامتداد Wikidata search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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 } |