Zearch
Your new, new tab page.
Apa itu Zearch?
Zearch adalah ekstensi Chrome yang dikembangkan oleh https://zearch.remiix.ml, dan fitur utamanya adalah "Your new, new tab page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zearch
Unduh file ekstensi Zearch 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 is provides you with a elegant and simple new tab page. The new tab page includes a search bar that conveniently searches directly through your favourite search engines. Additionally the extension features an automatic weather and time system. More customisation is coming in the future. If you like this extension please rate it. Made with ❤ by littlegrapeguy and RemiixInc.
Informasi Dasar Ekstensi
Nama | Zearch |
ID | cijoghafiooamfmhhhaioiibliecmdkm |
URL Resmi | https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm |
Deskripsi | Your new, new tab page. |
Ukuran File | 74.17 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-02-20 |
Tanggal Publikasi | 2021-02-17 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | https://zearch.remiix.ml |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://zearch.remiix.ml |
URL Halaman Bantuan | https://zearch.remiix.ml |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zearch", "description": "Your new, new tab page.", "version": "1.2", "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage" ] } |