Stand Up! Timer
This extension reminds you to take a break from work.
Wat is Stand Up! Timer?
Stand Up! Timer is een Chrome-extensie ontwikkeld door Erfan Norozi, en de belangrijkste functie is "This extension reminds you to take a break from work.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stand Up! Timer
Download Stand Up! Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
Officiële URL | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Beschrijving | This extension reminds you to take a break from work. |
Bestandsgrootte | 103 KB |
Aantal Installaties | 4,794 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2015-03-04 |
Publicatiedatum | 2015-03-03 |
Beoordeling | 3.20/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Erfan Norozi |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |