Flow State Training

Simple extension to help you achieve flow state of optimal focus & performance, using Pomodoro technique.

Flow State Training란 무엇입니까?

Flow State Training은(는) https://flowstatetraining.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension to help you achieve flow state of optimal focus & performance, using Pomodoro technique."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Flow State Training 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With its simple interface, the extension offers a seamless way to incorporate flow state training into daily work and study routines. 

It includes a timer that visually guides users through focused work intervals, promoting deep concentration and enhanced productivity. Additionally, the extension provides a range of settings to personalize the experience, allowing users to adjust timer position, toggle display visibility, and reset the timer as needed. 

Elevate your productivity and unlock your full potential with the FlowState Chrome Extension.

== FAQ == 
- If the timer does not show up, please try reloading the tab once.
- If the timer mismatch occurs in tabs, pause it and reload the page or close and open the tab again using the keyboard shortcuts command/ctrl+shift+T.
- The timer will not appear in already opened tabs, so you may have to reload the tab(s).

(Icons by icons8.com)                    

확장 프로그램 기본 정보

이름 Flow State Training Flow State Training
ID cnnkojmbdlnjpmgneelhepcebkncmhmm
공식 URL https://chromewebstore.google.com/detail/flow-state-training/cnnkojmbdlnjpmgneelhepcebkncmhmm
설명 Simple extension to help you achieve flow state of optimal focus & performance, using Pomodoro technique.
파일 크기 80.33 KB
설치 횟수 51
현재 버전 0.0.2.0
최근 업데이트 2023-10-12
출시 날짜 2023-05-24
개발자 https://flowstatetraining.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flowstatetraining.co/
도움말 페이지 URL https://twitter.com/vaibhavThevedi
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flow State Training",
    "version": "0.0.2.0",
    "description": "Simple extension to help you achieve flow state of optimal focus & performance, using Pomodoro technique.",
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon512.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage",
        "background"
    ]
}