SoftBlock

Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.

什么是SoftBlock?

SoftBlock是由https://bootstrapped.ventures开发的Chrome扩展程序,该扩展的主要功能是“Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.”。

扩展截图

screenshot

下载SoftBlock扩展crx文件

下载SoftBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Increase your productivity by blocking access to a blacklist of websites while still allowing you to regain access when needed (during your break, for example), but only for a limited time.

This first version is really basic and created for my own needs.
Feel free to take a look at the source at https://github.com/BrechtVds/SoftBlock                    

扩展基本信息

名称 SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
官方URL https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
简介 Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
文件大小 49.83 KB
安装次数 28
当前版本 1.1
更新时间 2014-09-08
上架时间 2014-09-08
评分 4.00/5 共3次评分
开发者 https://bootstrapped.ventures
付费类型 free
扩展官网 http://bootstrapped.ventures/softblock-chrome-extension/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoftBlock",
    "description": "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.",
    "version": "1.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/softblock.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "SoftBlock",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}