Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
O que é Stretch Reminder?
Stretch Reminder é uma extensão do Chrome desenvolvida por Grace Guan, e sua principal característica é "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stretch Reminder
Baixe arquivos de extensão Stretch Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
URL Oficial | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Descrição | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Tamanho do Arquivo | 2.24 MB |
Contagem de Instalações | 1,251 |
Versão Atual | 0.4.0 |
Última Atualização | 2020-04-13 |
Data de Publicação | 2020-04-08 |
Classificação | 4.36/5 Total de 14 Avaliações |
Desenvolvedor | Grace Guan |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://guanzgrace.github.io/stretch |
URL da Página de Ajuda | http://guanzgrace.github.io/stretch |
Idiomas Suportados | 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" } } |