Time Blocked

Block yourself from any website at certain times of the day.

Time Blockedとは何ですか?

Time Blockedはhttps://www.tyrotoxism.netによって開発されたChromeの拡張機能で、その主な機能は「Block yourself from any website at certain times of the day.」です。

拡張機能のスクリーンショット

screenshot

Time Blocked拡張機能のCRXファイルをダウンロード

Time Blocked拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This plugin allows you to be more productive, and it doesn't waste your time while doing so.

You can with ease dictate the time you want to be blocked from a website, and even allow yourself in only on weekends so you don't unblock yourself, and "forget" to block yourself again!

Feature suggestions are encouraged, but I will only implement features which makes this plugin simpler to use.

This plugin was made on a request: http://www.reddit.com/r/SomebodyMakeThis/comments/1igrkt/a_chrome_extension_that_prevents_me_from_visiting/                    

拡張機能の基本情報

名前 Time Blocked Time Blocked
ID kjnepmakcgjbllfnpdnppjpnfpoelabn
公式URL https://chromewebstore.google.com/detail/time-blocked/kjnepmakcgjbllfnpdnppjpnfpoelabn
説明 Block yourself from any website at certain times of the day.
ファイルサイズ 68.39 KB
インストール数 60
現在のバージョン 1.2.3
最終更新日 2013-07-27
公開日 2013-07-27
評価 4.00/5 合計 1 レビュー
開発者 https://www.tyrotoxism.net
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Blocked",
    "description": "Block yourself from any website at certain times of the day.",
    "version": "1.2.3",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascript\/content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Time Blocked",
        "default_popup": "popup.html"
    }
}