Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Cos'è Stretch Reminder?
Stretch Reminder è un'estensione di Chrome sviluppata da Grace Guan, e la sua funzione principale è "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stretch Reminder
Scarica i file di estensione Stretch Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
URL Ufficiale | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Descrizione | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Dimensione del File | 2.24 MB |
Conteggio Installazioni | 1,251 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2020-04-13 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 4.36/5 Totale 14 Valutazioni |
Sviluppatore | Grace Guan |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://guanzgrace.github.io/stretch |
URL della Pagina di Aiuto | http://guanzgrace.github.io/stretch |
Lingue Supportate | 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" } } |