Productive Cycles
Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
¿Qué es Productive Cycles?
Productive Cycles es una extensión de Chrome desarrollada por Diego Serrano, y su función principal es "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Productive Cycles
Descarga archivos de extensión Productive Cycles en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Productive Cycles |
ID | lhcaggipefcoefbijhmdehhloonnlobh |
URL Oficial | https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh |
Descripción | Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks. |
Tamaño del Archivo | 411 KB |
Cantidad de Instalaciones | 379 |
Versión Actual | 0.7.1 |
Última Actualización | 2021-07-08 |
Fecha de Publicación | 2020-06-10 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | Diego Serrano |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |