Zen Start

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

Zen Start là gì?

Zen Start là một tiện ích mở rộng Chrome được phát triển bởi ZenStart, và tính năng chính của nó là "Freshen up your new tab page with the content that matters to you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zen Start

Tải xuống các tệp mở rộng Zen Start dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
URL Chính Thức https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Mô tả Freshen up your new tab page with the content that matters to you.
Kích Thước Tệp 417 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.16
Cập Nhật Lần Cuối 2019-10-28
Ngày Phát Hành 2019-10-28
Đánh Giá 4.92/5 Tổng số 26 Đánh Giá
Nhà Phát Triển ZenStart
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zenstart.app/
URL Trang Trợ Giúp https://www.zenstart.app/terms-of-use
URL Trang Chính Sách Bảo Mật https://www.zenstart.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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."
}