Stretch Reminder

Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.

Co to jest Stretch Reminder?

Stretch Reminder to rozszerzenie Chrome opracowane przez Grace Guan, a jego główną funkcją jest „Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

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

                        Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. 

Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. 

In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stretch Reminder Stretch Reminder
ID mompfanjjmgmhfghbfjdkaebobndblmd
Oficjalny URL https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd
Opis Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Rozmiar pliku 2.24 MB
Liczba instalacji 1,251
Aktualna Wersja 0.4.0
Ostatnia Aktualizacja 2020-04-13
Data Publikacji 2020-04-08
Ocena 4.36/5 Łącznie 14 Oceny
Deweloper Grace Guan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://guanzgrace.github.io/stretch
Adres URL Strony Pomocy http://guanzgrace.github.io/stretch
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stretch Reminder",
    "version": "0.4.0",
    "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.",
    "icons": {
        "16": "logo\/Logo_physera_16.png",
        "48": "logo\/Logo_physera_48.png",
        "128": "logo\/Logo_physera_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/",
    "short_name": "Stretch",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/physera.com\/"
    ],
    "browser_action": {
        "default_title": "Stretch Reminder",
        "default_popup": "popup.html"
    }
}