Wikipedia Search
To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Hvad er Wikipedia Search?
Wikipedia Search er en Chrome-udvidelse udviklet af https://timothytocci.wordpress.com, og dens hovedfunktion er "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".
Udvidelsesskærmbilleder
Download Wikipedia Search-udvidelses-CRX-fil
Download Wikipedia Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | Wikipedia Search |
ID | chekijheblihjfainmnakhfkahfhaegg |
Officiel URL | https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg |
Beskrivelse | To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com |
Filstørrelse | 14.49 KB |
Antal Installationer | 18 |
Nuværende Version | 0.1 |
Senest Opdateret | 2014-01-28 |
Udgivelsesdato | 2014-01-27 |
Udvikler | https://timothytocci.wordpress.com |
Betalingsmetode | free |
Udvidelseswebsted | http://timothytocci.com/ |
Hjælpeside-URL | http://timothytocci.com/ |
Understøttede Sprog | 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 } |