Focused

Stop screwing around.

Focusedとは何ですか?

Focusedはhttps://kellegous.comによって開発されたChromeの拡張機能で、その主な機能は「Stop screwing around.」です。

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

screenshot

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

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

拡張機能の使用方法

                        There are too many ways to waste time on the web. It seems simple enough to close my tabs for sites like Facebook, but then I follow a link to some Facebook content and before I realize it I'm debating American gun policy for the next hour. To make matters worse, Google+ distracts me with notifications even when I'm just trying to search the web. Focused makes it easy to block out those sites while you do what you really want to do. If you want to take a short break, just unlock the tab and Focused will shut it automatically in 5 minutes.                    

拡張機能の基本情報

名前 Focused Focused
ID kjlinclboadkdjmmcoolmnejpjjjdoep
公式URL https://chromewebstore.google.com/detail/focused/kjlinclboadkdjmmcoolmnejpjjjdoep
説明 Stop screwing around.
ファイルサイズ 75.21 KB
インストール数 156
現在のバージョン 0.5
最終更新日 2013-01-22
公開日 2013-01-22
評価 4.38/5 合計 21 レビュー
開発者 https://kellegous.com
Eメール [email protected]
支払い方法 free
対応言語 de,en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.5",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/cs.js",
                "js\/jquery.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "web_accessible_resources": [
        "im\/bg.png",
        "im\/lock-lo.png",
        "im\/lock-hi.png",
        "im\/sig.png",
        "ss\/cs.css"
    ],
    "browser_action": {
        "default_icon": {
            "19": "im\/ba-lo.png",
            "38": "im\/ba-lo.png"
        },
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "128": "im\/128.png",
        "64": "im\/064.png",
        "32": "im\/032.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}