SiteBlock
Block sites to discourage procrastination
Vad är SiteBlock?
SiteBlock är en Chrome-tillägg utvecklad av Costa, och dess huvudfunktion är "Block sites to discourage procrastination".
Tilläggsskärmbilder
Ladda ner SiteBlock-förlängningens CRX-fil
Ladda ner SiteBlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | SiteBlock |
ID | pfglnpdpgmecffbejlfgpnebopinlclj |
Officiell webbadress | https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj |
Beskrivning | Block sites to discourage procrastination |
Filstorlek | 31.85 KB |
Antal Installationer | 98,836 |
Aktuell Version | 0.2.4 |
Senast Uppdaterad | 2020-11-21 |
Publiceringsdatum | 2018-10-04 |
Betyg | 4.34/5 Totalt 911 Betyg |
Utvecklare | Costa |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/csapuntz/siteblock |
Stödda Språk | 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" ] } |