Posture Reminder

Reminders to periodically correct your posture.

O que é Posture Reminder?

Posture Reminder é uma extensão do Chrome desenvolvida por https://adamgonen.com, e sua principal característica é "Reminders to periodically correct your posture.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Posture Reminder

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

                        Simple and lightweight extension that reminds you at different intervals to correct your posture in order to get into the habit of having a healthy posture while using your computer.

Features:
- Built-in On/Off switch
- Reminders at intervals of 15 minutes, 30 minutes, 1 hour, 2 hours, or random (between 30 minutes and 4 hours).
- Non-obtrusive reminders                    

Informações Básicas da Extensão

Nome Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
URL Oficial https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Descrição Reminders to periodically correct your posture.
Tamanho do Arquivo 15.17 KB
Contagem de Instalações 10,981
Versão Atual 1.2.0
Última Atualização 2022-07-02
Data de Publicação 2020-03-31
Classificação 2.79/5 Total de 24 Avaliações
Desenvolvedor https://adamgonen.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Posture Reminder",
    "version": "1.2.0",
    "manifest_version": 2,
    "author": "Adam Gonen",
    "description": "Reminders to periodically correct your posture.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "PostureReminder",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}