SiteBlock
Block sites to discourage procrastination
什么是SiteBlock?
SiteBlock是由Costa开发的Chrome扩展程序,该扩展的主要功能是“Block sites to discourage procrastination”。
扩展截图
下载SiteBlock扩展crx文件
下载SiteBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SiteBlock |
ID | pfglnpdpgmecffbejlfgpnebopinlclj |
官方URL | https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj |
简介 | Block sites to discourage procrastination |
文件大小 | 31.85 KB |
安装次数 | 98,836 |
当前版本 | 0.2.4 |
更新时间 | 2020-11-21 |
上架时间 | 2018-10-04 |
评分 | 4.34/5 共911次评分 |
开发者 | Costa |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/csapuntz/siteblock |
支持的语言 | 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" ] } |