#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

#1 Distraction Killer: Focus To Flow란 무엇입니까?

#1 Distraction Killer: Focus To Flow은(는) https://focustoflow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will keep you focused."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

#1 Distraction Killer: Focus To Flow 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get your time back now ! This plugin acts as your accountability partner.
You will get a notification as soon as you visit one of your submitted websites.
The plugin will ask two things when you visit time-consuming websites 1) what you are gonna do on that website 
and 2) how much time you need to spent on that particular website.
The moment you exceed that time, you'll get a new notification to make sure you are still focused and 'on track'.
Join our Focus To Flow members that claimed to have freed up countless hours.
Your productivity will boost immediately after installing this extension, resulting in more money for your business and more time for your fun projects.
Add it now!                    

확장 프로그램 기본 정보

이름 #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
공식 URL https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
설명 This extension will keep you focused.
파일 크기 33.94 KB
설치 횟수 44
현재 버전 2.9
최근 업데이트 2020-12-18
출시 날짜 2020-06-29
평점 5.00/5 총 1 개의 평점
개발자 https://focustoflow.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://focustoflow.com/
도움말 페이지 URL https://focustoflow.com/
개인정보 보호 정책 페이지 URL https://domaintube.net/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": [
        {
            "name": "Stijn Bernaer",
            "url": "https:\/\/focustoflow.com"
        }
    ],
    "manifest_version": 2,
    "name": "#1 Distraction Killer: Focus To Flow ",
    "description": "This extension will keep you focused.",
    "version": "2.9",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/functions.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/functions.js",
                "js\/check_page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}