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
电子邮箱 [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:\/\/*\/*"
    ]
}