Focus 45

With one click you can have 45 minutes of no distracting websites

Focus 45란 무엇입니까?

Focus 45은(는) https://focus-45.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With one click you can have 45 minutes of no distracting websites"입니다.

확장 프로그램 스크린샷

screenshot

Focus 45 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One Click. 45 distraction-free minutes.

Sometimes you need to get things done, but you can't seem to escape the endless expanse of distracting websites. Focus 45 is here to help.

Just click one button and get 45 minutes with no distractions. After the 45 minutes is up, you can browse freely again.

If you really need to get through to a site during the 45 minutes, you just have to enter a code, and you will be able to view the site for a few minutes.

-List of distracting sites is completely customizable.
-Length of timer can be adjusted to any number of minutes. (45 is default)
-Amount of time allowed to view a site after entering a code can also be adjusted.                    

확장 프로그램 기본 정보

이름 Focus 45 Focus 45
ID efjdfkfpnffgkdgehkenoikpbadfgple
공식 URL https://chromewebstore.google.com/detail/focus-45/efjdfkfpnffgkdgehkenoikpbadfgple
설명 With one click you can have 45 minutes of no distracting websites
파일 크기 1.48 MB
설치 횟수 6,185
현재 버전 1.0.1
최근 업데이트 2021-03-23
출시 날짜 2018-09-10
평점 4.78/5 총 562 개의 평점
개발자 https://focus-45.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "static\/js\/request_handler.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/redirect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; img-src chrome:\/\/favicon;",
    "description": "With one click you can have 45 minutes of no distracting websites",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Focus 45",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "webRequest",
        "*:\/\/focus-45.com\/blocker\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/focus-45.com\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}