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"
    ]
}