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"
        }
    }
}