Timeboxx
Set small achievable timeboxes with timeboxx to boost your productivity through the day.
¿Qué es Timeboxx?
Timeboxx es una extensión de Chrome desarrollada por William Clear, y su función principal es "Set small achievable timeboxes with timeboxx to boost your productivity through the day.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Timeboxx
Descarga archivos de extensión Timeboxx 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
Increase productivity by timeboxing your time over the day. Create a timeboxx using the timeboxx extension button and giving it a duration. A notification will pop up when the timeboxx is completed. The big timer will take up as much of the screen as possible so you can keep track of your time from across a room! For example, timeboxx is helpful in situations when you would like to: - focus on learning a language for an hour - focus on a half hour workout - give yourself 20 minutes to enjoy some funny videos
Información Básica de la Extensión
Nombre | Timeboxx |
ID | mmjmallnpgpeojdippodjpcmnlpilfnj |
URL Oficial | https://chromewebstore.google.com/detail/timeboxx/mmjmallnpgpeojdippodjpcmnlpilfnj |
Descripción | Set small achievable timeboxes with timeboxx to boost your productivity through the day. |
Tamaño del Archivo | 50.71 KB |
Cantidad de Instalaciones | 60 |
Versión Actual | 1.3.2 |
Última Actualización | 2014-01-25 |
Fecha de Publicación | 2014-01-25 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | William Clear |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timeboxx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Set small achievable timeboxes with timeboxx to boost your productivity through the day.", "version": "1.3.2", "author": "wclear", "minimum_chrome_version": "28", "permissions": [ "http:\/\/fonts.googleapis.com\/", "storage", "alarms", "notifications" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-1.10.2.min.js", "timeboxxcore.js", "eventPage.js" ], "persistent": false } } |