Zen Start

Freshen up your new tab page with the content that matters to you.

¿Qué es Zen Start?

Zen Start es una extensión de Chrome desarrollada por ZenStart, y su función principal es "Freshen up your new tab page with the content that matters to you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Zen Start

Descarga archivos de extensión Zen Start 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

                        Replace your default new tab page with Zen Start! Zen Start puts beautiful imagery and important information right at your fingertips. When you open a new browser tab, you'll see local weather along with the current date and time atop exquisite, professionally shot photos specifically curated to promote peacefulness and serenity.

Features:
- Sleek, minimalist design
- Date, time, and local weather all in one place
- Stunning photo backgrounds                    

Información Básica de la Extensión

Nombre Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
URL Oficial https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Descripción Freshen up your new tab page with the content that matters to you.
Tamaño del Archivo 417 KB
Cantidad de Instalaciones 113
Versión Actual 1.16
Última Actualización 2019-10-28
Fecha de Publicación 2019-10-28
Calificación 4.92/5 Total de 26 Calificaciones
Desarrollador ZenStart
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.zenstart.app/
URL de la Página de Ayuda https://www.zenstart.app/terms-of-use
URL de la Página de Política de Privacidad https://www.zenstart.app/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "activeTab",
        "browsingData",
        "geolocation",
        "history",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "version": "1.16",
    "name": "Zen Start",
    "description": "Freshen up your new tab page with the content that matters to you."
}