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."
}