Pomodoro Timer: To Boost Your Productivity
Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
¿Qué es Pomodoro Timer: To Boost Your Productivity?
Pomodoro Timer: To Boost Your Productivity es una extensión de Chrome desarrollada por Dhruv Jobanputra, y su función principal es "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pomodoro Timer: To Boost Your Productivity
Descarga archivos de extensión Pomodoro Timer: To Boost Your Productivity 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
Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.
Información Básica de la Extensión
Nombre | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
URL Oficial | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
Descripción | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
Tamaño del Archivo | 161 KB |
Cantidad de Instalaciones | 46 |
Versión Actual | 0.1 |
Última Actualización | 2022-01-18 |
Fecha de Publicación | 2022-01-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Dhruv Jobanputra |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer: To Boost Your Productivity", "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } }, "web_accessible_resources": [ "\/images\/tomato128.png" ], "icons": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } } |