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是由shing.lyu開發的Chrome擴展程式,該擴展的主要功能是“Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers”。

擴展截圖

screenshot

下載FocusBlocker擴展crx文件

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