Stand Up! Timer
This extension reminds you to take a break from work.
Co to jest Stand Up! Timer?
Stand Up! Timer to rozszerzenie Chrome opracowane przez Erfan Norozi, a jego główną funkcją jest „This extension reminds you to take a break from work.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stand Up! Timer
Pobierz pliki rozszerzeń Stand Up! Timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
Oficjalny URL | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Opis | This extension reminds you to take a break from work. |
Rozmiar pliku | 103 KB |
Liczba instalacji | 4,794 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-03-04 |
Data Publikacji | 2015-03-03 |
Ocena | 3.20/5 Łącznie 20 Oceny |
Deweloper | Erfan Norozi |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |