stretch reminder
Stretch Reminder
Co to jest stretch reminder?
stretch reminder to rozszerzenie Chrome opracowane przez liam.q.ma, a jego główną funkcją jest „Stretch Reminder”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia stretch reminder
Pobierz pliki rozszerzeń stretch reminder 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
Sitting down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer. Features: • Fully customisable to your working hour. • Set your reminder interval.
Podstawowe informacje o rozszerzeniu
Nazwa | stretch reminder |
ID | hgfehgeccidmnomgijefcdmmkhobjbpp |
Oficjalny URL | https://chromewebstore.google.com/detail/stretch-reminder/hgfehgeccidmnomgijefcdmmkhobjbpp |
Opis | Stretch Reminder |
Rozmiar pliku | 359 KB |
Liczba instalacji | 1,800 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2016-09-21 |
Data Publikacji | 2016-09-21 |
Ocena | 3.00/5 Łącznie 10 Oceny |
Deweloper | liam.q.ma |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "stretch reminder", "manifest_version": 2, "description": "Stretch Reminder", "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" }, "icons": { "128": "img\/stretching.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "alarms", "notifications" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |