Zen Start

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

Zen Startคืออะไร?

Zen Start เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZenStart และคุณลักษณะหลักของมันคือ "Freshen up your new tab page with the content that matters to you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zen Start

ดาวน์โหลดไฟล์ส่วนขยาย 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."
}