Zen Start

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

What is Zen Start?

Zen Start is a Chrome extension developed by ZenStart, and its main feature is "Freshen up your new tab page with the content that matters to you.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zen Start Extension CRX File

Download Zen Start extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
Official URL https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Description Freshen up your new tab page with the content that matters to you.
File Size 417 KB
Installation Count 113
Current Version 1.16
Last Updated 2019-10-28
Publish Date 2019-10-28
Rating 4.92/5 Total 26 Ratings
Developer ZenStart
Email [email protected]
Payment Type free
Extension Website https://www.zenstart.app/
Help Page URL https://www.zenstart.app/terms-of-use
Privacy Policy Page URL https://www.zenstart.app/privacy-policy
Supported Languages 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."
}