ZenSearch

ZenSearch - Search the web, and get your results fast

¿Qué es ZenSearch?

ZenSearch es una extensión de Chrome desarrollada por https://zensearch.online, y su función principal es "ZenSearch - Search the web, and get your results fast".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ZenSearch

Descarga archivos de extensión ZenSearch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
URL Oficial https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
Descripción ZenSearch - Search the web, and get your results fast
Tamaño del Archivo 520 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.1.1
Última Actualización 2022-09-07
Fecha de Publicación 2021-06-15
Calificación 4.85/5 Total de 13 Calificaciones
Desarrollador https://zensearch.online
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://zensearch.online
URL de la Página de Política de Privacidad https://zensearch.online/web/privacy_policy
Idiomas Soportados 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"
    ]
}