FlowTime 1

Pomodoro-driven timer with customizable durations of work and rest periods.

Was ist FlowTime 1?

FlowTime 1 ist eine Chrome-Erweiterung, die von logan.burchett13 entwickelt wurde, und ihr Hauptmerkmal ist "Pomodoro-driven timer with customizable durations of work and rest periods.".

Erweiterungsscreenshots

screenshot

FlowTime 1-Erweiterungs-CRX-Datei herunterladen

Laden Sie FlowTime 1-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        FlowTime is an extension that helps stay focused on your work.

Timer has 3 standard options for workflow:

* 60 min. work / 15 min. rest
* 45 min. work / 15 min. rest
* 25 min. work / 5 min. rest (original Pomodoro)

In additional, custom workflow allows to customize durations of work or rest phases.

HOW TO USE:

1. Choose workflow that represents your habits or your working style best.
2. Customize durations if you want to.
3. Hit "Enter" button.
4. Alternate work and rest phases and complete your tasks!                    

Grundlegende Informationen zur Erweiterung

Name FlowTime 1 FlowTime 1
ID jgmilfbglekpibpaeflpioddklgajnno
Offizielle URL https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno
Beschreibung Pomodoro-driven timer with customizable durations of work and rest periods.
Dateigröße 436 KB
Installationsanzahl 702
Aktuelle Version 1.3.0
Letztes Update 2017-02-18
Veröffentlichungsdatum 2017-02-18
Bewertung 4.36/5 Insgesamt 11 Bewertungen
Entwickler logan.burchett13
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlowTime 1",
    "short_name": "FlowTime 1",
    "manifest_version": 2,
    "version": "1.3.0",
    "icons": {
        "128": "res\/img\/icon.png"
    },
    "description": "Pomodoro-driven timer with customizable durations of work and rest periods.",
    "browser_action": {
        "default_icon": "res\/img\/popup_icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "back.min.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}