Wikidata search
Search plugin for Wikidata, the free knowledge base that anyone can edit.
Qu'est-ce que Wikidata search ?
Wikidata search est une extension Chrome développée par jeroendedauw, et sa fonction principale est "Search plugin for Wikidata, the free knowledge base that anyone can edit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wikidata search
Téléchargez les fichiers d'extension Wikidata search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Wikidata search |
ID | ingjkjibhnkhomomlmlabndfmiaejkpn |
URL Officiel | https://chromewebstore.google.com/detail/wikidata-search/ingjkjibhnkhomomlmlabndfmiaejkpn |
Description | Search plugin for Wikidata, the free knowledge base that anyone can edit. |
Taille du Fichier | 10.95 KB |
Nombre d'Installations | 114 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-07-13 |
Date de Publication | 2013-07-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jeroendedauw |
Type de Paiement | free |
Site Web de l'Extension | https://wikidata.org |
URL de la Page d'Aide | https://github.com/JeroenDeDauw/WikidataChromeSearch |
Langues Prises en Charge | 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 } |