Zen Forest New Tab

Turn your laptp into the window of a forest

Что такое Zen Forest New Tab?

Zen Forest New Tab - это расширение Chrome, разработанное https://forestbrowser.com, и его основная функция - "Turn your laptp into the window of a forest".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Zen Forest New Tab

Скачайте файлы расширений Zen Forest New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Zen Forest New Tab extension allows you to transport yourself into a forest for meditation and relaxation. Your blank and boring browser new tabs are replaced with videos of lush forests and the relaxing sounds of nature. 

Stay focused without any unnecessary distractions on your new tab page but still retain easy access to a search bar and clock showing the current date and time.                    

Основная информация о расширении

Название Zen Forest New Tab Zen Forest New Tab
ID bfodheifdlmpadhpoecnofhkgblheacl
Официальный URL https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl
Описание Turn your laptp into the window of a forest
Размер файла 13.77 MB
Количество установок 0
Текущая Версия 1.4
Последнее Обновление 2021-06-24
Дата публикации 2021-06-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://forestbrowser.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.forestbrowser.com
URL страницы помощи http://www.forestbrowser.com
URL страницы политики конфиденциальности https://forestbrowser.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.4",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "http:\/\/www.forestbrowser.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "backgroundEvents.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/logo_xxsmall.png",
        "48": "assets\/logo_small.png",
        "128": "assets\/logo_large.png"
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "assets\/logo_xsmall.png"
    },
    "web_accessible_resources": [
        "assets\/logo_xsmall.png",
        "assets\/logo_medium.png"
    ]
}