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
Eメール [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"
    }
}