ZenSearch

ZenSearch - Search the web, and get your results fast

Qu'est-ce que ZenSearch ?

ZenSearch est une extension Chrome développée par https://zensearch.online, et sa fonction principale est "ZenSearch - Search the web, and get your results fast".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ZenSearch

Téléchargez les fichiers d'extension ZenSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
URL Officiel https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
Description ZenSearch - Search the web, and get your results fast
Taille du Fichier 520 KB
Nombre d'Installations 10,000
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-09-07
Date de Publication 2021-06-15
Évaluation 4.85/5 Total 13 Évaluations
Développeur https://zensearch.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://zensearch.online
URL de la Page de Politique de Confidentialité https://zensearch.online/web/privacy_policy
Langues Prises en Charge 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"
    ]
}