Stand Up! Timer
This extension reminds you to take a break from work.
Cos'è Stand Up! Timer?
Stand Up! Timer è un'estensione di Chrome sviluppata da Erfan Norozi, e la sua funzione principale è "This extension reminds you to take a break from work.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stand Up! Timer
Scarica i file di estensione Stand Up! Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
URL Ufficiale | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Descrizione | This extension reminds you to take a break from work. |
Dimensione del File | 103 KB |
Conteggio Installazioni | 4,794 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2015-03-04 |
Data di Pubblicazione | 2015-03-03 |
Valutazione | 3.20/5 Totale 20 Valutazioni |
Sviluppatore | Erfan Norozi |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |