Flow State Training

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

Τι είναι το Flow State Training;

Το Flow State Training είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://flowstatetraining.co, και η κύρια λειτουργία του είναι "Simple extension to help you achieve flow state of optimal focus & performance, using Pomodoro technique.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flow State Training

Λήψη αρχείων επέκτασης Flow State Training σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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