Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Co je Stretch Reminder?
Stretch Reminder je rozšíření Chrome vyvinuté Grace Guan, a jeho hlavní funkcí je „Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Stretch Reminder
Stáhněte si soubory rozšíření Stretch Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
Oficiální URL | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Popis | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Velikost souboru | 2.24 MB |
Počet instalací | 1,251 |
Aktuální Verze | 0.4.0 |
Poslední Aktualizace | 2020-04-13 |
Datum Vydání | 2020-04-08 |
Hodnocení | 4.36/5 Celkem 14 Hodnocení |
Vývojář | Grace Guan |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://guanzgrace.github.io/stretch |
URL Stránky Nápovědy | http://guanzgrace.github.io/stretch |
Podporované Jazyky | 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" } } |