Stand Up! Timer
This extension reminds you to take a break from work.
Qu'est-ce que Stand Up! Timer ?
Stand Up! Timer est une extension Chrome développée par Erfan Norozi, et sa fonction principale est "This extension reminds you to take a break from work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stand Up! Timer
Téléchargez les fichiers d'extension Stand Up! Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
URL Officiel | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Description | This extension reminds you to take a break from work. |
Taille du Fichier | 103 KB |
Nombre d'Installations | 4,794 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-03-04 |
Date de Publication | 2015-03-03 |
Évaluation | 3.20/5 Total 20 Évaluations |
Développeur | Erfan Norozi |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |