Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Wat is Stretch Reminder?
Stretch Reminder is een Chrome-extensie ontwikkeld door Grace Guan, en de belangrijkste functie is "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stretch Reminder
Download Stretch Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
Officiële URL | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Beschrijving | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Bestandsgrootte | 2.24 MB |
Aantal Installaties | 1,251 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2020-04-13 |
Publicatiedatum | 2020-04-08 |
Beoordeling | 4.36/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Grace Guan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://guanzgrace.github.io/stretch |
Help Pagina-URL | http://guanzgrace.github.io/stretch |
Ondersteunde Talen | 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" } } |