Focus.me

Helps aid productivity by blocking social media and other web distractions

什么是Focus.me?

Focus.me是由Chris Dalke开发的Chrome扩展程序,该扩展的主要功能是“Helps aid productivity by blocking social media and other web distractions”。

扩展截图

screenshot
screenshot
screenshot

下载Focus.me扩展crx文件

下载Focus.me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NEW FEATURES IN V1.3

-Options now prevents user from removing sites or resetting options to defaults while blocking is active
-Added donation button on menu; please donate to support the ongoing development of new features to help your productivity!

SUMMARY

Humanity collectively wastes a huge amount of time on the internet. Imagine if we could turn all the noise off?

Well you can! With one click, Focus.me will block all websites on a blacklist for a duration of time. Blocking can't be disabled until the time runs out!

Focus.me also supports manual blocking which can be turned on/off at any time.

Trying to visit a blocked page will display a motivational quote and encourage you to get back to whatever you were doing.

Features:
-Manual blocking mode which can be started or stopped at any time
-Timed blocking mode which cannot be turned off until the time runs out
-Customize the duration of time that the timed blocking lasts
-Customizable blacklist allowing for blocking on any website
-Pleasing, simple user interface - no messing with complicated configuration files!
-Default blacklist includes all common social media and 'time-wasting' websites

NEW FEATURES IN V1.1

-Plugin remembers what tab you were on, so when time expires the tab returns to the original page.
-Icon changes color based on blocking status
-New: Import and export blacklists to/from a text file!
-Various bug fixes.
Please leave a review if you like the extension!

For questions or suggestions, please make a post on the 'Support' page and I will respond as soon as possible.
© 2015 Chris Dalke                    

扩展基本信息

名称 Focus.me Focus.me
ID jdkgogfonlaifeigkgbkfamcihablemc
官方URL https://chrome.google.com/webstore/detail/focusme/jdkgogfonlaifeigkgbkfamcihablemc
简介 Helps aid productivity by blocking social media and other web distractions
文件大小 117 KB
安装次数 1,000
当前版本 1.3
更新时间 2017-04-12
上架时间 2017-04-11
评分 4.39/5 共23次评分
开发者 Chris Dalke
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus.me",
    "short_name": "Focus.me",
    "version": "1.3",
    "description": "Helps aid productivity by blocking social media and other web distractions",
    "author": "Chris Dalke",
    "icons": {
        "128": "static\/img\/icon.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Focus.me",
        "default_icon": "static\/img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "static\/js\/api\/jquery-2.1.4.min.js",
                "static\/js\/pages\/contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/api\/moment.min.js",
            "static\/js\/api\/countdown.min.js",
            "static\/js\/api\/moment-countdown.min.js",
            "static\/js\/util\/localstorage.js",
            "static\/js\/util\/filtermanager.js",
            "static\/js\/pages\/background.js"
        ]
    }
}