Productive Cycles

Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.

Productive Cycles क्या है?

Productive Cycles Diego Serrano द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks."।

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

screenshot
screenshot
screenshot

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

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

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

                        It is great for working on projects, studying, writing, making budgets, and open-ended tasks.

Features
- Progress tracker
- Pomodoro workflows
- Configure the number of cycles you want to complete
- Configure the time you want these cycles to last
- Automatic mode will start and end cycles for you
- Reminders to take a break, and to start work again
- Dark mode

Release notes (0.7.1)
- French language 🇫🇷
- Special thanks to Nick W. for the translation                    

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

नाम Productive Cycles Productive Cycles
ID lhcaggipefcoefbijhmdehhloonnlobh
आधिकारिक URL https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh
विवरण Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
फ़ाइल का आकार 411 KB
स्थापना संख्या 379
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2021-07-08
प्रकाशन तिथि 2020-06-10
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Diego Serrano
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.7.1",
    "default_locale": "en",
    "icons": {
        "16": "manifest-icons\/icon-16.png",
        "48": "manifest-icons\/icon-48.png",
        "128": "manifest-icons\/icon-128.png",
        "512": "manifest-icons\/icon-512.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "manifest-icons\/icon-512.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "idle"
    ]
}