ShinySearch
Personalized Homepage for your new-tab
Apa itu ShinySearch?
ShinySearch adalah ekstensi Chrome yang dikembangkan oleh https://www.shinysearch.com, dan fitur utamanya adalah "Personalized Homepage for your new-tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShinySearch
Unduh file ekstensi ShinySearch 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
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Informasi Dasar Ekstensi
Nama | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
URL Resmi | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Deskripsi | Personalized Homepage for your new-tab |
Ukuran File | 17.96 KB |
Jumlah Instalasi | 3,050 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2013-12-17 |
Tanggal Publikasi | 2013-12-17 |
Penilaian | 4.19/5 Total 31 Penilaian |
Pengembang | https://www.shinysearch.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.shinysearch.com |
URL Halaman Kebijakan Privasi | http://www.shinysearch.com/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShinySearch", "version": "1.0.0", "manifest_version": 2, "description": "Personalized Homepage for your new-tab", "permissions": [ "cookies", "tabs", "webNavigation", "http:\/\/www.shinysearch.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.shinysearch.com\/sethomepage.php" ], "css": [ "css\/chr_ext.css" ], "all_frames": false, "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "img\/icon19.png" }, "default_title": "Goto ShinySearch" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |