Productive Cycles

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

Was ist Productive Cycles?

Productive Cycles ist eine Chrome-Erweiterung, die von Diego Serrano entwickelt wurde, und ihr Hauptmerkmal ist "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Productive Cycles-Erweiterungs-CRX-Datei herunterladen

Laden Sie Productive Cycles-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Productive Cycles Productive Cycles
ID lhcaggipefcoefbijhmdehhloonnlobh
Offizielle URL https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh
Beschreibung Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
Dateigröße 411 KB
Installationsanzahl 379
Aktuelle Version 0.7.1
Letztes Update 2021-07-08
Veröffentlichungsdatum 2020-06-10
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Diego Serrano
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}