Blokr
Block websites with defined schedule
Cos'è Blokr?
Blokr è un'estensione di Chrome sviluppata da destinerx, e la sua funzione principale è "Block websites with defined schedule".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blokr
Scarica i file di estensione Blokr 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
Blokr is simple and efficient site blocker. It lets you to block websites like Facebook or Youtube while you working. Start by defining your working schedule and list of sites that you want to block. Once you done, Blokr will take care of everything else. While you work, Blokr will block distraction sites and help you to stay focused. Once your working day is over, you can visit any site as much as you want again. If you need a little rest, you can unblock specific site for a short period of time. Blokr is an open source project. Here's the link to the GitHub repo: https://github.com/Destiner/Blokr
Informazioni di Base sull'Estensione
Nome | |
ID | ajaidphlbgpeeflapmaaalelkonbpoli |
URL Ufficiale | https://chrome.google.com/webstore/detail/blokr/ajaidphlbgpeeflapmaaalelkonbpoli |
Descrizione | Block websites with defined schedule |
Dimensione del File | 131 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-12-01 |
Data di Pubblicazione | 2017-12-01 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | destinerx |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blokr", "description": "Block websites with defined schedule", "version": "1.0.1", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |