Posture Reminder

Reminders to periodically correct your posture.

¿Qué es Posture Reminder?

Posture Reminder es una extensión de Chrome desarrollada por https://adamgonen.com, y su función principal es "Reminders to periodically correct your posture.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Posture Reminder

Descarga archivos de extensión Posture Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
URL Oficial https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Descripción Reminders to periodically correct your posture.
Tamaño del Archivo 15.17 KB
Cantidad de Instalaciones 10,981
Versión Actual 1.2.0
Última Actualización 2022-07-02
Fecha de Publicación 2020-03-31
Calificación 2.79/5 Total de 24 Calificaciones
Desarrollador https://adamgonen.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}