Wikipedia Search
To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Co je Wikipedia Search?
Wikipedia Search je rozšíření Chrome vyvinuté https://timothytocci.wordpress.com, a jeho hlavní funkcí je „To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wikipedia Search
Stáhněte si soubory rozšíření Wikipedia 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í
This is an Omnibox extension that enables you to search Wikipedia from the browser. To use, type 'wiki' & space, and a query term into the Omnibox. To view the code for this extension and many more visit http://timothytocci.com/
Základní Informace o Rozšíření
Název | Wikipedia Search |
ID | chekijheblihjfainmnakhfkahfhaegg |
Oficiální URL | https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg |
Popis | To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com |
Velikost souboru | 14.49 KB |
Počet instalací | 18 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2014-01-28 |
Datum Vydání | 2014-01-27 |
Vývojář | https://timothytocci.wordpress.com |
Typ Platby | free |
Webové stránky Rozšíření | http://timothytocci.com/ |
URL Stránky Nápovědy | http://timothytocci.com/ |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia Search", "short_name": "wiki Search", "description": "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "wiki" }, "icons": { "16": "wiki_16.png", "32": "wiki_32.png", "48": "wiki_48.png", "128": "wiki_128.png" }, "manifest_version": 2 } |