SiteBlock
Block sites to discourage procrastination
Co to jest SiteBlock?
SiteBlock to rozszerzenie Chrome opracowane przez Costa, a jego główną funkcją jest „Block sites to discourage procrastination”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SiteBlock
Pobierz pliki rozszerzeń SiteBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | SiteBlock |
ID | pfglnpdpgmecffbejlfgpnebopinlclj |
Oficjalny URL | https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj |
Opis | Block sites to discourage procrastination |
Rozmiar pliku | 31.85 KB |
Liczba instalacji | 98,836 |
Aktualna Wersja | 0.2.4 |
Ostatnia Aktualizacja | 2020-11-21 |
Data Publikacji | 2018-10-04 |
Ocena | 4.34/5 Łącznie 911 Oceny |
Deweloper | Costa |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/csapuntz/siteblock |
Obsługiwane Języki | 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" ] } |