Restraint

Block distracting websites for five minutes or five hours or all day.

什么是Restraint?

Restraint是由divdahv开发的Chrome扩展程序,该扩展的主要功能是“Block distracting websites for five minutes or five hours or all day.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Restraint扩展crx文件

下载Restraint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds a little red button to your browser that you should click when you notice yourself getting distracted by a website. Adjust the timer, click the Block button, and free yourself from the grips of your favorite distraction.                    

扩展基本信息

名称 Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
官方URL https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
简介 Block distracting websites for five minutes or five hours or all day.
文件大小 101 KB
安装次数 11
当前版本 1.6
更新时间 2014-04-28
上架时间 2014-04-28
评分 5.00/5 共1次评分
开发者 divdahv
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restraint",
    "version": "1.6",
    "author": "David Struewing",
    "description": "Block distracting websites for five minutes or five hours or all day.",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "chrome-extension:\/\/pmfjccjkgpgjfkednjngklmoeckidkka\/blocked.html"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "blocked.html"
    ]
}