Focusly

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

Vad är Focusly?

Focusly är en Chrome-tillägg utvecklad av trevorscandalios, och dess huvudfunktion är "Allows users to block distracting sites for a set period of time.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Focusly-förlängningens CRX-fil

Ladda ner Focusly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
Officiell webbadress https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
Beskrivning Allows users to block distracting sites for a set period of time.
Filstorlek 2.41 MB
Antal Installationer 21
Aktuell Version 1.1
Senast Uppdaterad 2016-12-19
Publiceringsdatum 2016-12-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare trevorscandalios
Betalningssätt free
Stödda Språk 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"
        ]
    }
}