Focusly

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

Was ist Focusly?

Focusly ist eine Chrome-Erweiterung, die von trevorscandalios entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to block distracting sites for a set period of time.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Focusly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focusly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
Offizielle URL https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
Beschreibung Allows users to block distracting sites for a set period of time.
Dateigröße 2.41 MB
Installationsanzahl 21
Aktuelle Version 1.1
Letztes Update 2016-12-19
Veröffentlichungsdatum 2016-12-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler trevorscandalios
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}