Zen Start

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

什么是Zen Start?

Zen Start是由ZenStart开发的Chrome扩展程序,该扩展的主要功能是“Freshen up your new tab page with the content that matters to you.”。

扩展截图

screenshot
screenshot
screenshot

下载Zen Start扩展crx文件

下载Zen Start扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
官方URL https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
简介 Freshen up your new tab page with the content that matters to you.
文件大小 417 KB
安装次数 113
当前版本 1.16
更新时间 2019-10-28
上架时间 2019-10-28
评分 4.92/5 共26次评分
开发者 ZenStart
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.zenstart.app/
帮助页面URL https://www.zenstart.app/terms-of-use
隐私政策页面URL https://www.zenstart.app/privacy-policy
支持的语言 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."
}