Wikipedia Search
To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Was ist Wikipedia Search?
Wikipedia Search ist eine Chrome-Erweiterung, die von https://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".
Erweiterungsscreenshots
Wikipedia Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wikipedia Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Wikipedia Search |
ID | chekijheblihjfainmnakhfkahfhaegg |
Offizielle URL | https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg |
Beschreibung | To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com |
Dateigröße | 14.49 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-01-28 |
Veröffentlichungsdatum | 2014-01-27 |
Entwickler | https://timothytocci.wordpress.com |
Zahlungsart | free |
Erweiterungswebsite | http://timothytocci.com/ |
Hilfeseite URL | http://timothytocci.com/ |
Unterstützte Sprachen | 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 } |