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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.zenstart.app/terms-of-use
عنوان صفحة سياسة الخصوصية 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."
}