Wikipedia on Top
Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
Apa itu Wikipedia on Top?
Wikipedia on Top adalah ekstensi Chrome yang dikembangkan oleh Josh Houghton, dan fitur utamanya adalah "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wikipedia on Top
Unduh file ekstensi Wikipedia on Top 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
Wikipedia on Top takes the first (highest relevency) result in a Google search and moves it to the top of the results.
Informasi Dasar Ekstensi
Nama | Wikipedia on Top |
ID | fagbaeppakjohihhfadhdjddmpgofegj |
URL Resmi | https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj |
Deskripsi | Wikipedia on Top ensures that your first Google result is always Wikipedia where possible. |
Ukuran File | 49.16 KB |
Jumlah Instalasi | 313 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2024-03-06 |
Tanggal Publikasi | 2021-08-27 |
Penilaian | 4.25/5 Total 8 Penilaian |
Pengembang | Josh Houghton |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia on Top", "version": "0.1.0", "manifest_version": 3, "description": "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/bg\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*", "https:\/\/www.google.co.uk\/search*" ], "js": [ "src\/inject\/inject.js" ] } ] } |