Focusly

Allows users to block distracting sites for a set period of time.

Что такое Focusly?

Focusly - это расширение Chrome, разработанное trevorscandalios, и его основная функция - "Allows users to block distracting sites for a set period of time.".

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

screenshot
screenshot
screenshot

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

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

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

                        Focusly allows you to limit distractions when you want to focus. 

Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites.                    

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

Название Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
Официальный URL https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
Описание Allows users to block distracting sites for a set period of time.
Размер файла 2.41 MB
Количество установок 21
Текущая Версия 1.1
Последнее Обновление 2016-12-19
Дата публикации 2016-12-19
Рейтинг 5.00/5 Всего 2 оценок
Разработчик trevorscandalios
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focusly",
    "description": "Allows users to block distracting sites for a set period of time.",
    "version": "1.1",
    "icons": {
        "16": "assets\/circle-16.png",
        "32": "assets\/circle-32.png",
        "64": "assets\/circle-64.png",
        "128": "assets\/circle-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focusly"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}