Zen Start

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

Co je Zen Start?

Zen Start je rozšíření Chrome vyvinuté ZenStart, a jeho hlavní funkcí je „Freshen up your new tab page with the content that matters to you.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zen Start

Stáhněte si soubory rozšíření Zen Start ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
Oficiální URL https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Popis Freshen up your new tab page with the content that matters to you.
Velikost souboru 417 KB
Počet instalací 113
Aktuální Verze 1.16
Poslední Aktualizace 2019-10-28
Datum Vydání 2019-10-28
Hodnocení 4.92/5 Celkem 26 Hodnocení
Vývojář ZenStart
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.zenstart.app/
URL Stránky Nápovědy https://www.zenstart.app/terms-of-use
URL Stránky Zásad Ochrany Soukromí https://www.zenstart.app/privacy-policy
Podporované Jazyky 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."
}