Get Your Focus Back

Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.

什么是Get Your Focus Back?

Get Your Focus Back是由FabricateIO开发的Chrome扩展程序,该扩展的主要功能是“Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.”。

扩展截图

screenshot
screenshot
screenshot

下载Get Your Focus Back扩展crx文件

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

扩展使用说明

                        Imagine being able to focus on your computer again. How much more could you get done? How much happier would you be?

Use the science of Internet addiction to your advantage. By slowing down and removing color from distracting websites, you'll unconsciously become less interested in them - with no extra effort!

Features:
- set your own list of distracting websites, or apply it to the whole Internet
- customize the loading delay timer, and the loading message
- change how much greyscale is applied (0-100%)

Open source and no analytics or tracking! View the source code on GitHub: https://github.com/toddmedema/anti-addiction-chrome

P.S. looking for more tools to improve your focus? Works great with Todoist (https://todoist.com/r/todd_medema_oziuxf) and Freedom (https://freedom.to/?rfsn=3774221.754477)

RELEASE NOTES:
1.3.0
- Option to block stocks widget in Google

1.2.1
- Fix bug with custom message not displaying

1.1.1
- Improved settings menu
- Larger initial list of addicting websites

1.1.0
- Customizable greyscale / desaturation 

1.0.0
- Launch! Delay distracting websites to get your focus back                    

扩展基本信息

名称 Get Your Focus Back Get Your Focus Back
ID hgokmjffmfnkaofmgjekjpiiocfafdoc
官方URL https://chrome.google.com/webstore/detail/get-your-focus-back/hgokmjffmfnkaofmgjekjpiiocfafdoc
简介 Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.
文件大小 244 KB
安装次数 147
当前版本 1.3.0
更新时间 2020-04-18
上架时间 2020-04-16
评分 5.00/5 共6次评分
开发者 FabricateIO
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/toddmedema/anti-addiction-chrome
帮助页面URL https://github.com/toddmedema/anti-addiction-chrome
支持的语言 en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "description": "Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.",
    "icons": {
        "128": "icon_128x128.png"
    },
    "manifest_version": 2,
    "name": "Get Your Focus Back",
    "offline_enabled": true,
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Focus",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0"
}