Wikipedia Search
To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Apa itu Wikipedia Search?
Wikipedia Search adalah ekstensi Chrome yang dikembangkan oleh https://timothytocci.wordpress.com, dan fitur utamanya adalah "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wikipedia Search
Unduh file ekstensi Wikipedia Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Wikipedia Search |
ID | chekijheblihjfainmnakhfkahfhaegg |
URL Resmi | https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg |
Deskripsi | To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com |
Ukuran File | 14.49 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-01-28 |
Tanggal Publikasi | 2014-01-27 |
Pengembang | https://timothytocci.wordpress.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://timothytocci.com/ |
URL Halaman Bantuan | http://timothytocci.com/ |
Bahasa yang Didukung | 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 } |