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