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
官方網址 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"
        }
    }
}