FocusBlocker

Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers

FocusBlockerคืออะไร?

FocusBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shing.lyu และคุณลักษณะหลักของมันคือ "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย FocusBlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FocusBlocker is a light-weight add-on that blocks time-wasting websites to help you focus on real work. FocusBlocker can give you flexible control over when you want to block, which is superior than a schedule-based approach is you have a flexible working schedule.

Firefox version: https://addons.mozilla.org/en-US/firefox/addon/focusblocker-new/

How It Works
---------------------------------------
1. Set a timer, say 10 min.
2. Browse freely for 10 min.
3. When time is up, the blacklisted sites will be blocked for 50 min (configurable).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
คำอธิบาย Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
ขนาดไฟล์ 9.89 KB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2017-11-14
วันที่เผยแพร่ 2017-11-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา shing.lyu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusBlocker",
    "version": "0.2.3",
    "icons": {
        "16": "\/data\/noicon-16.png",
        "128": "\/data\/noicon-128.png"
    },
    "description": "Block websites for a given time to help you focus on work\/study. Gives you more flexibility then traditional schedule based blockers",
    "permissions": [
        "",
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html"
    }
}