Zen Start

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

Cos'è Zen Start?

Zen Start è un'estensione di Chrome sviluppata da ZenStart, e la sua funzione principale è "Freshen up your new tab page with the content that matters to you.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zen Start

Scarica i file di estensione Zen Start in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
URL Ufficiale https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Descrizione Freshen up your new tab page with the content that matters to you.
Dimensione del File 417 KB
Conteggio Installazioni 113
Versione Corrente 1.16
Ultimo Aggiornamento 2019-10-28
Data di Pubblicazione 2019-10-28
Valutazione 4.92/5 Totale 26 Valutazioni
Sviluppatore ZenStart
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.zenstart.app/
URL della Pagina di Aiuto https://www.zenstart.app/terms-of-use
URL della Pagina della Politica sulla Privacy https://www.zenstart.app/privacy-policy
Lingue Supportate 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."
}