ZenSearch

ZenSearch - Search the web, and get your results fast

Apa itu ZenSearch?

ZenSearch adalah ekstensi Chrome yang dikembangkan oleh https://zensearch.online, dan fitur utamanya adalah "ZenSearch - Search the web, and get your results fast".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ZenSearch

Unduh file ekstensi ZenSearch 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

                        ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites.

For more information please visit: https://zensearch.online
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy.

The extension will update your new-tab search engine to be powered by Bing.                    

Informasi Dasar Ekstensi

Nama ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
URL Resmi https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
Deskripsi ZenSearch - Search the web, and get your results fast
Ukuran File 520 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2022-09-07
Tanggal Publikasi 2021-06-15
Penilaian 4.85/5 Total 13 Penilaian
Pengembang https://zensearch.online
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://zensearch.online
URL Halaman Kebijakan Privasi https://zensearch.online/web/privacy_policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ZenSearch",
    "name": "ZenSearch",
    "short_name": "zensearch",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "ZenSearch - Search the web, and get your results fast",
    "homepage_url": "https:\/\/zensearch.online",
    "omnibox": {
        "keyword": "ze"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}