Focusly

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

Co to jest Focusly?

Focusly to rozszerzenie Chrome opracowane przez trevorscandalios, a jego główną funkcją jest „Allows users to block distracting sites for a set period of time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Focusly

Pobierz pliki rozszerzeń Focusly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
Oficjalny URL https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
Opis Allows users to block distracting sites for a set period of time.
Rozmiar pliku 2.41 MB
Liczba instalacji 21
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-12-19
Data Publikacji 2016-12-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper trevorscandalios
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}