Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
What is Stretch Reminder?
Stretch Reminder is a Chrome extension developed by Grace Guan, and its main feature is "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Extension Screenshots
Download Stretch Reminder Extension CRX File
Download Stretch Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
Official URL | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Description | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
File Size | 2.24 MB |
Installation Count | 1,251 |
Current Version | 0.4.0 |
Last Updated | 2020-04-13 |
Publish Date | 2020-04-08 |
Rating | 4.36/5 Total 14 Ratings |
Developer | Grace Guan |
[email protected] | |
Payment Type | free |
Extension Website | http://guanzgrace.github.io/stretch |
Help Page URL | http://guanzgrace.github.io/stretch |
Supported Languages | 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" } } |