Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
Apa itu Google Search Page Enhancer?
Google Search Page Enhancer adalah ekstensi Chrome yang dikembangkan oleh therealplayer1, dan fitur utamanya adalah "This extension removes the "More" option and adds all entries to the bar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Search Page Enhancer
Unduh file ekstensi Google Search Page Enhancer 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 extension removes the "More" option and adds all entries to the bar.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
URL Resmi | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
Deskripsi | This extension removes the "More" option and adds all entries to the bar. |
Ukuran File | 34.47 KB |
Jumlah Instalasi | 141 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-06-27 |
Tanggal Publikasi | 2013-06-27 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | therealplayer1 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Page Enhancer", "description": "This extension removes the \"More\" option and adds all entries to the bar.", "version": "0.1", "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "enhance.user.js" ], "matches": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } ], "permissions": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } |