Zen Start

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

Wat is Zen Start?

Zen Start is een Chrome-extensie ontwikkeld door ZenStart, en de belangrijkste functie is "Freshen up your new tab page with the content that matters to you.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zen Start

Download Zen Start-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
Officiële URL https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Beschrijving Freshen up your new tab page with the content that matters to you.
Bestandsgrootte 417 KB
Aantal Installaties 113
Huidige Versie 1.16
Laatst Bijgewerkt 2019-10-28
Publicatiedatum 2019-10-28
Beoordeling 4.92/5 Totaal 26 Beoordelingen
Ontwikkelaar ZenStart
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.zenstart.app/
Help Pagina-URL https://www.zenstart.app/terms-of-use
URL van de Privacybeleid Pagina https://www.zenstart.app/privacy-policy
Ondersteunde Talen 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."
}