Timebox++
Master your time the visual way!
¿Qué es Timebox++?
Timebox++ es una extensión de Chrome desarrollada por Peta Sittek, y su función principal es "Master your time the visual way!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Timebox++
Descarga archivos de extensión Timebox++ 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
Timebox++ is based on the idea of timeboxing, i.e. allocating a fixed time period to each planned activity. The point is to prevent pitfalls of Parkinson's law: "work expands so as to fill the time available for its completion", i.e. it's a good idea to set a time limit on any task you're trying to accomplish. It's a minimalist timer with only one button - Start/Stop. All you need to get work done. 🚀 Ideal workflow ⭐️ Choose the task ⭐️ Set a time limit ⭐️ Press the Start button ⭐️ Grind! ⭐️ Done :) 🚀 Eye candy features ⭐️ 2 visual styles - sequential and random ⭐️ 32 color variants Completely free and with no ads Made with ♥ by Peta Sittek
Información Básica de la Extensión
Nombre | Timebox++ |
ID | cbgpbhpefmeholmeodlhaalbcjgbafjd |
URL Oficial | https://chromewebstore.google.com/detail/timebox++/cbgpbhpefmeholmeodlhaalbcjgbafjd |
Descripción | Master your time the visual way! |
Tamaño del Archivo | 112 KB |
Cantidad de Instalaciones | 2,747 |
Versión Actual | 1.2.4 |
Última Actualización | 2017-07-25 |
Fecha de Publicación | 2017-07-25 |
Calificación | 4.14/5 Total de 21 Calificaciones |
Desarrollador | Peta Sittek |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.petasittek.com/chrome-extensions-privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timebox++", "description": "Master your time the visual way!", "version": "1.2.4", "offline_enabled": true, "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "popup.html", "default_title": "Timebox++" }, "background": { "scripts": [ "js\/config.js", "js\/fn.js", "js\/storage-local.js", "background.js" ] }, "permissions": [ "storage", "unlimitedStorage", "notifications" ] } |