FlowTime 1

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

FlowTime 1 क्या है?

FlowTime 1 logan.burchett13 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pomodoro-driven timer with customizable durations of work and rest periods."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FlowTime 1 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम FlowTime 1 FlowTime 1
ID jgmilfbglekpibpaeflpioddklgajnno
आधिकारिक URL https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno
विवरण Pomodoro-driven timer with customizable durations of work and rest periods.
फ़ाइल का आकार 436 KB
स्थापना संख्या 702
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2017-02-18
प्रकाशन तिथि 2017-02-18
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर logan.burchett13
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}