Zen Start

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

Qu'est-ce que Zen Start ?

Zen Start est une extension Chrome développée par ZenStart, et sa fonction principale est "Freshen up your new tab page with the content that matters to you.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zen Start

Téléchargez les fichiers d'extension Zen Start au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
URL Officiel https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Description Freshen up your new tab page with the content that matters to you.
Taille du Fichier 417 KB
Nombre d'Installations 113
Version Actuelle 1.16
Dernière Mise à Jour 2019-10-28
Date de Publication 2019-10-28
Évaluation 4.92/5 Total 26 Évaluations
Développeur ZenStart
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zenstart.app/
URL de la Page d'Aide https://www.zenstart.app/terms-of-use
URL de la Page de Politique de Confidentialité https://www.zenstart.app/privacy-policy
Langues Prises en Charge 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."
}