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