FocusBlocker

Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers

Что такое FocusBlocker?

FocusBlocker - это расширение Chrome, разработанное shing.lyu, и его основная функция - "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers".

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

screenshot

Скачать файл CRX расширения FocusBlocker

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

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

                        FocusBlocker is a light-weight add-on that blocks time-wasting websites to help you focus on real work. FocusBlocker can give you flexible control over when you want to block, which is superior than a schedule-based approach is you have a flexible working schedule.

Firefox version: https://addons.mozilla.org/en-US/firefox/addon/focusblocker-new/

How It Works
---------------------------------------
1. Set a timer, say 10 min.
2. Browse freely for 10 min.
3. When time is up, the blacklisted sites will be blocked for 50 min (configurable).                    

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

Название FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
Официальный URL https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
Описание Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
Размер файла 9.89 KB
Количество установок 209
Текущая Версия 0.2.3
Последнее Обновление 2017-11-14
Дата публикации 2017-11-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик shing.lyu
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusBlocker",
    "version": "0.2.3",
    "icons": {
        "16": "\/data\/noicon-16.png",
        "128": "\/data\/noicon-128.png"
    },
    "description": "Block websites for a given time to help you focus on work\/study. Gives you more flexibility then traditional schedule based blockers",
    "permissions": [
        "",
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html"
    }
}