stretchy
An extension to set timed intervals to take a break and stretch
O que é stretchy?
stretchy é uma extensão do Chrome desenvolvida por Wangden Sherpa, e sua principal característica é "An extension to set timed intervals to take a break and stretch".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão stretchy
Baixe arquivos de extensão stretchy 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
Reminds you to stretch at intervals that you set. You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.
Informações Básicas da Extensão
Nome | stretchy |
ID | ecgbdldimneddladbnionanfcpcepbcg |
URL Oficial | https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg |
Descrição | An extension to set timed intervals to take a break and stretch |
Tamanho do Arquivo | 471 KB |
Contagem de Instalações | 84 |
Versão Atual | 0.0.5 |
Última Atualização | 2020-11-11 |
Data de Publicação | 2020-11-02 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Wangden Sherpa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stretchy", "version": "0.0.5", "description": "An extension to set timed intervals to take a break and stretch", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "16icon.png", "48": "48icon.png", "128": "128icon.png" }, "default_popup": "popup.html", "default_title": "Stretch From Home" }, "permissions": [ "notifications", "alarms", "storage", "background" ] } |