SoftBlock

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

SoftBlockคืออะไร?

SoftBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bootstrapped.ventures และคุณลักษณะหลักของมันคือ "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoftBlock

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}