Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Vad är Stretch Reminder?
Stretch Reminder är en Chrome-tillägg utvecklad av Grace Guan, och dess huvudfunktion är "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Tilläggsskärmbilder
Ladda ner Stretch Reminder-förlängningens CRX-fil
Ladda ner Stretch Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
Officiell webbadress | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Beskrivning | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Filstorlek | 2.24 MB |
Antal Installationer | 1,251 |
Aktuell Version | 0.4.0 |
Senast Uppdaterad | 2020-04-13 |
Publiceringsdatum | 2020-04-08 |
Betyg | 4.36/5 Totalt 14 Betyg |
Utvecklare | Grace Guan |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://guanzgrace.github.io/stretch |
Hjälpsida URL | http://guanzgrace.github.io/stretch |
Stödda Språk | 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" } } |