Stand Up Reminder

A reminder to stand up and stretch your legs for one minute every hour.

O que é Stand Up Reminder?

Stand Up Reminder é uma extensão do Chrome desenvolvida por https://tonybatts.com, e sua principal característica é "A reminder to stand up and stretch your legs for one minute every hour.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Stand Up Reminder

Baixe arquivos de extensão Stand Up 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

                        Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour.                    

Informações Básicas da Extensão

Nome Stand Up Reminder Stand Up Reminder
ID bkjfmpffdfllcgmniicjpgmmlbplblhb
URL Oficial https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb
Descrição A reminder to stand up and stretch your legs for one minute every hour.
Tamanho do Arquivo 295 KB
Contagem de Instalações 2,514
Versão Atual 1.0
Última Atualização 2021-02-01
Data de Publicação 2021-01-31
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://tonybatts.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.tonybatts.com/
URL da Página de Ajuda https://www.tonybatts.com/#contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up Reminder",
    "version": "1.0",
    "description": "A reminder to stand up and stretch your legs for one minute every hour.",
    "short_name": "Stand Up",
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    }
}