Zen Start

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

Vad är Zen Start?

Zen Start är en Chrome-tillägg utvecklad av ZenStart, och dess huvudfunktion är "Freshen up your new tab page with the content that matters to you.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Zen Start-förlängningens CRX-fil

Ladda ner Zen Start-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
Officiell webbadress https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Beskrivning Freshen up your new tab page with the content that matters to you.
Filstorlek 417 KB
Antal Installationer 113
Aktuell Version 1.16
Senast Uppdaterad 2019-10-28
Publiceringsdatum 2019-10-28
Betyg 4.92/5 Totalt 26 Betyg
Utvecklare ZenStart
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.zenstart.app/
Hjälpsida URL https://www.zenstart.app/terms-of-use
URL till Sekretesspolicy Sidan https://www.zenstart.app/privacy-policy
Stödda Språk 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."
}