Wikidata search
Search plugin for Wikidata, the free knowledge base that anyone can edit.
Co je Wikidata search?
Wikidata search je rozšíření Chrome vyvinuté jeroendedauw, a jeho hlavní funkcí je „Search plugin for Wikidata, the free knowledge base that anyone can edit.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wikidata search
Stáhněte si soubory rozšíření Wikidata search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Wikidata search |
ID | ingjkjibhnkhomomlmlabndfmiaejkpn |
Oficiální URL | https://chromewebstore.google.com/detail/wikidata-search/ingjkjibhnkhomomlmlabndfmiaejkpn |
Popis | Search plugin for Wikidata, the free knowledge base that anyone can edit. |
Velikost souboru | 10.95 KB |
Počet instalací | 114 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-07-13 |
Datum Vydání | 2013-07-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | jeroendedauw |
Typ Platby | free |
Webové stránky Rozšíření | https://wikidata.org |
URL Stránky Nápovědy | https://github.com/JeroenDeDauw/WikidataChromeSearch |
Podporované Jazyky | 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 } |