StraightenUp
Remind yourself to keep good posture
O que é StraightenUp?
StraightenUp é uma extensão do Chrome desenvolvida por Royserg, e sua principal característica é "Remind yourself to keep good posture".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StraightenUp
Baixe arquivos de extensão StraightenUp 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
Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser. It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position.
Informações Básicas da Extensão
Nome | StraightenUp |
ID | cehchbnkbgenjlfnbmkfamfklnngjnnp |
URL Oficial | https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp |
Descrição | Remind yourself to keep good posture |
Tamanho do Arquivo | 515 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.1 |
Última Atualização | 2018-08-04 |
Data de Publicação | 2018-08-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Royserg |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StraightenUp", "description": "Remind yourself to keep good posture", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/icon16.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "permissions": [ "notifications", "storage" ] } |