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