FlowTime 1

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

Qu'est-ce que FlowTime 1 ?

FlowTime 1 est une extension Chrome développée par logan.burchett13, et sa fonction principale est "Pomodoro-driven timer with customizable durations of work and rest periods.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FlowTime 1

Téléchargez les fichiers d'extension FlowTime 1 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FlowTime 1 FlowTime 1
ID jgmilfbglekpibpaeflpioddklgajnno
URL Officiel https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno
Description Pomodoro-driven timer with customizable durations of work and rest periods.
Taille du Fichier 436 KB
Nombre d'Installations 702
Version Actuelle 1.3.0
Dernière Mise à Jour 2017-02-18
Date de Publication 2017-02-18
Évaluation 4.36/5 Total 11 Évaluations
Développeur logan.burchett13
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}