Productive Cycles
Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
Co je Productive Cycles?
Productive Cycles je rozšíření Chrome vyvinuté Diego Serrano, a jeho hlavní funkcí je „Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Productive Cycles
Stáhněte si soubory rozšíření Productive Cycles ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Productive Cycles |
ID | lhcaggipefcoefbijhmdehhloonnlobh |
Oficiální URL | https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh |
Popis | Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks. |
Velikost souboru | 411 KB |
Počet instalací | 379 |
Aktuální Verze | 0.7.1 |
Poslední Aktualizace | 2021-07-08 |
Datum Vydání | 2020-06-10 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | Diego Serrano |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |