Productive Cycles
Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
Vad är Productive Cycles?
Productive Cycles är en Chrome-tillägg utvecklad av Diego Serrano, och dess huvudfunktion är "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.".
Tilläggsskärmbilder
Ladda ner Productive Cycles-förlängningens CRX-fil
Ladda ner Productive Cycles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Productive Cycles |
ID | lhcaggipefcoefbijhmdehhloonnlobh |
Officiell webbadress | https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh |
Beskrivning | Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks. |
Filstorlek | 411 KB |
Antal Installationer | 379 |
Aktuell Version | 0.7.1 |
Senast Uppdaterad | 2021-07-08 |
Publiceringsdatum | 2020-06-10 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | Diego Serrano |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |