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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}