Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Qu'est-ce que Stretch Reminder ?
Stretch Reminder est une extension Chrome développée par Grace Guan, et sa fonction principale est "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stretch Reminder
Téléchargez les fichiers d'extension Stretch Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
URL Officiel | 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. |
Taille du Fichier | 2.24 MB |
Nombre d'Installations | 1,251 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2020-04-13 |
Date de Publication | 2020-04-08 |
Évaluation | 4.36/5 Total 14 Évaluations |
Développeur | Grace Guan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://guanzgrace.github.io/stretch |
URL de la Page d'Aide | http://guanzgrace.github.io/stretch |
Langues Prises en Charge | 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" } } |