Forest: stay focused, be present

Stay focused in a pleasant way.

Что такое Forest: stay focused, be present?

Forest: stay focused, be present - это расширение Chrome, разработанное https://forestapp.cc, и его основная функция - "Stay focused in a pleasant way.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Forest: stay focused, be present

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

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

                        Features:
• A self-motivated and interesting method to help you beat Internet addiction
• Cultivate your personal pattern of time management: make good use of 30-minutes to fully concentrate on your work and finish it effectively
• Share your trees with friends                    

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

Название Forest: stay focused, be present Forest: stay focused, be present
ID kjacjjdnoddnpbbcjilcajfhhbdhkpgk
Официальный URL https://chromewebstore.google.com/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk
Описание Stay focused in a pleasant way.
Размер файла 14.05 MB
Количество установок 1,007,360
Текущая Версия 6.2.0
Последнее Обновление 2024-02-15
Дата публикации 2020-06-22
Рейтинг 3.96/5 Всего 1216 оценок
Разработчик https://forestapp.cc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.forestapp.cc
URL страницы политики конфиденциальности https://forestapp.cc/privacy
Поддерживаемые языки en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "6.2.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Seekrtech",
    "homepage_url": "https:\/\/www.forestapp.cc",
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg",
        "*.json"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png",
            "48": "logo\/48.png",
            "128": "logo\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "firefox-rafz-fix.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}