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