Focusly
Allows users to block distracting sites for a set period of time.
Cos'è Focusly?
Focusly è un'estensione di Chrome sviluppata da trevorscandalios, e la sua funzione principale è "Allows users to block distracting sites for a set period of time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Focusly
Scarica i file di estensione Focusly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Focusly |
ID | jlihnplddpebplnfafhdanaiapbeikbk |
URL Ufficiale | https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk |
Descrizione | Allows users to block distracting sites for a set period of time. |
Dimensione del File | 2.41 MB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-12-19 |
Data di Pubblicazione | 2016-12-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | trevorscandalios |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |