SiteBlock
Block sites to discourage procrastination
Cos'è SiteBlock?
SiteBlock è un'estensione di Chrome sviluppata da Costa, e la sua funzione principale è "Block sites to discourage procrastination".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SiteBlock
Scarica i file di estensione SiteBlock 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
Find yourself visiting websites unrelated to your current task, even without thinking? Place a barrier in your way by blocking the sites with SiteBlock.
Set the list of sites in the Extension Options. Access it through the Chrome menu, under More Tools -> Extensions -> SiteBlock -> Details -> Extension Options.
Changelog:
- 0.2.4 - code reorganize by Sapronov Alex
- 0.2.3 - work around bug in Chrome 17 and later that was causing some tabs not to be filtered / migrate to manifest v2 format required by upcoming Chrome Informazioni di Base sull'Estensione
| Nome | |
| ID | pfglnpdpgmecffbejlfgpnebopinlclj |
| URL Ufficiale | https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj |
| Descrizione | Block sites to discourage procrastination |
| Dimensione del File | 31.85 KB |
| Conteggio Installazioni | 98,836 |
| Versione Corrente | 0.2.4 |
| Ultimo Aggiornamento | 2020-11-21 |
| Data di Pubblicazione | 2018-10-04 |
| Valutazione | 4.34/5 Totale 911 Valutazioni |
| Sviluppatore | Costa |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/csapuntz/siteblock |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SiteBlock",
"version": "0.2.4",
"description": "Block sites to discourage procrastination",
"options_page": "html\/options.html",
"background": {
"page": "html\/background.html"
},
"permissions": [
"tabs"
]
} | |