Stand Up! Timer
This extension reminds you to take a break from work.
¿Qué es Stand Up! Timer?
Stand Up! Timer es una extensión de Chrome desarrollada por Erfan Norozi, y su función principal es "This extension reminds you to take a break from work.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stand Up! Timer
Descarga archivos de extensión Stand Up! Timer 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
Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour. This extension let you setup an interval timer to remind you to stand up. To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it
Información Básica de la Extensión
Nombre | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
URL Oficial | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Descripción | This extension reminds you to take a break from work. |
Tamaño del Archivo | 103 KB |
Cantidad de Instalaciones | 4,794 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-03-04 |
Fecha de Publicación | 2015-03-03 |
Calificación | 3.20/5 Total de 20 Calificaciones |
Desarrollador | Erfan Norozi |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stand Up! Timer", "description": "This extension reminds you to take a break from work.", "author": "Erfan Norozi", "version": "1.0.2", "offline_enabled": true, "permissions": [ "notifications", "alarms", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "web_accessible_resources": [ "notification.png" ] } |