Procrastinator

Helps you stay focused on the web by blocking unnecessary destractions

什麼是Procrastinator?

Procrastinator是由https://www.benrowe.info開發的Chrome擴展程式,該擴展的主要功能是“Helps you stay focused on the web by blocking unnecessary destractions”。

擴展截圖

screenshot
screenshot
screenshot

下載Procrastinator擴展crx文件

下載Procrastinator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ** new - you can now customise the block page with your own url; either local file, or http url!

Find yourself getting easily distracted while completing tasks on the web? Procrastinator allows you to block websites you consider distracting to ensure you stay focused on your task.

Procrastinator is designed to quickly add the websites you deem a distraction, and it does the rest. You also control when the websites are blocked with a simple timespan.

This chrome extension will allow you to stay focused, and block yourself from distractions whilst you work.

Procrastinator gives you the control of which specific websites, or a sub-set of websites using it's simple pattern matching techniques. Or if you're a power user, you can use regular expressions to fine tune which url's are blocked.

Once you have defined your list of sites you want to block, you can also individually control the blocker for each website, or use a general time span to control all of the blocked websites.                    

擴展基本資訊

名稱 Procrastinator Procrastinator
ID enagjojfhclogmaemicdkkohjghgpodh
官方網址 https://chromewebstore.google.com/detail/procrastinator/enagjojfhclogmaemicdkkohjghgpodh
簡介 Helps you stay focused on the web by blocking unnecessary destractions
檔案大小 107 KB
安裝次數 3,206
目前版本 1.1.0
更新時間 2018-01-11
上架時間 2018-01-11
評分 3.22/5 共 45 次評分
開發者 https://www.benrowe.info
付費類型 free
擴展官網 http://benrowe.info/
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastinator",
    "version": "1.1.0",
    "description": "Helps you stay focused on the web by blocking unnecessary destractions",
    "icons": {
        "16": "images\/remove_16.png",
        "32": "images\/remove_32.png",
        "48": "images\/remove_48.png"
    },
    "author": "Ben Rowe",
    "browser_action": {
        "default_icon": "images\/remove_16.png",
        "default_title": "Procrastinator",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}