SoftBlock

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

SoftBlock là gì?

SoftBlock là một tiện ích mở rộng Chrome được phát triển bởi https://bootstrapped.ventures, và tính năng chính của nó là "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SoftBlock

Tải xuống các tệp mở rộng SoftBlock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
URL Chính Thức https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Mô tả Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Kích Thước Tệp 49.83 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-09-08
Ngày Phát Hành 2014-09-08
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://bootstrapped.ventures
Loại Thanh Toán free
Trang Web Mở Rộng http://bootstrapped.ventures/softblock-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}