ZenSearch

ZenSearch - Search the web, and get your results fast

Wat is ZenSearch?

ZenSearch is een Chrome-extensie ontwikkeld door https://zensearch.online, en de belangrijkste functie is "ZenSearch - Search the web, and get your results fast".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ZenSearch

Download ZenSearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
Officiële URL https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
Beschrijving ZenSearch - Search the web, and get your results fast
Bestandsgrootte 520 KB
Aantal Installaties 10,000
Huidige Versie 1.1.1
Laatst Bijgewerkt 2022-09-07
Publicatiedatum 2021-06-15
Beoordeling 4.85/5 Totaal 13 Beoordelingen
Ontwikkelaar https://zensearch.online
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zensearch.online
URL van de Privacybeleid Pagina https://zensearch.online/web/privacy_policy
Ondersteunde Talen 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"
    ]
}