Blokr

Block websites with defined schedule

Blokrとは何ですか?

Blokrはdestinerxによって開発されたChromeの拡張機能で、その主な機能は「Block websites with defined schedule」です。

拡張機能のスクリーンショット

screenshot
screenshot

Blokr拡張機能のCRXファイルをダウンロード

Blokr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Blokr is simple and efficient site blocker. It lets you to block websites like Facebook or Youtube while you working.

Start by defining your working schedule and list of sites that you want to block. Once you done, Blokr will take care of everything else.

While you work, Blokr will block distraction sites and help you to stay focused. Once your working day is over, you can visit any site as much as you want again.

If you need a little rest, you can unblock specific site for a short period of time.

Blokr is an open source project. Here's the link to the GitHub repo: https://github.com/Destiner/Blokr                    

拡張機能の基本情報

名前 Blokr Blokr
ID ajaidphlbgpeeflapmaaalelkonbpoli
公式URL https://chrome.google.com/webstore/detail/blokr/ajaidphlbgpeeflapmaaalelkonbpoli
説明 Block websites with defined schedule
ファイルサイズ 131 KB
インストール数 200
現在のバージョン 1.0.1
最終更新日 2017-12-01
公開日 2017-12-01
評価 2.00/5 合計 4 レビュー
開発者 destinerx
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blokr",
    "description": "Block websites with defined schedule",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}