Stand Up! Timer
This extension reminds you to take a break from work.
Was ist Stand Up! Timer?
Stand Up! Timer ist eine Chrome-Erweiterung, die von Erfan Norozi entwickelt wurde, und ihr Hauptmerkmal ist "This extension reminds you to take a break from work.".
Erweiterungsscreenshots
Stand Up! Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stand Up! Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
Offizielle URL | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Beschreibung | This extension reminds you to take a break from work. |
Dateigröße | 103 KB |
Installationsanzahl | 4,794 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2015-03-04 |
Veröffentlichungsdatum | 2015-03-03 |
Bewertung | 3.20/5 Insgesamt 20 Bewertungen |
Entwickler | Erfan Norozi |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |