Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Apa itu Make Wikipedia #1?
Make Wikipedia #1 adalah ekstensi Chrome yang dikembangkan oleh Stephen LaPorte, dan fitur utamanya adalah "This extension will move Wikipedia pages to the top of your Google search results".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Make Wikipedia #1
Unduh file ekstensi Make Wikipedia #1 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
Informasi Dasar Ekstensi
Nama | Make Wikipedia #1 |
ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
URL Resmi | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
Deskripsi | This extension will move Wikipedia pages to the top of your Google search results |
Ukuran File | 92.26 KB |
Jumlah Instalasi | 173 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2013-10-30 |
Tanggal Publikasi | 2013-10-30 |
Penilaian | 4.29/5 Total 7 Penilaian |
Pengembang | Stephen LaPorte |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/slaporte/make-wikipedia-first |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make Wikipedia #1", "version": "0.0.3", "manifest_version": 2, "description": "This extension will move Wikipedia pages to the top of your Google search results", "homepage_url": "https:\/\/github.com\/slaporte\/make-wikipedia-first", "icons": { "16": "imgs\/dotlogo-16.png", "48": "imgs\/dotlogo-48.png", "128": "imgs\/dotlogo-128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.js" ] } ], "options_page": "src\/options\/index.html" } |