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
Eメール [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."
}