Focusly

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

Qu'est-ce que Focusly ?

Focusly est une extension Chrome développée par trevorscandalios, et sa fonction principale est "Allows users to block distracting sites for a set period of time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Focusly

Téléchargez les fichiers d'extension Focusly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
URL Officiel https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
Description Allows users to block distracting sites for a set period of time.
Taille du Fichier 2.41 MB
Nombre d'Installations 21
Version Actuelle 1.1
Dernière Mise à Jour 2016-12-19
Date de Publication 2016-12-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur trevorscandalios
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}