Posture Reminder

Reminders to periodically correct your posture.

Co je Posture Reminder?

Posture Reminder je rozšíření Chrome vyvinuté https://adamgonen.com, a jeho hlavní funkcí je „Reminders to periodically correct your posture.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Posture Reminder

Stáhněte si soubory rozšíření Posture Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
Oficiální URL https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Popis Reminders to periodically correct your posture.
Velikost souboru 15.17 KB
Počet instalací 10,981
Aktuální Verze 1.2.0
Poslední Aktualizace 2022-07-02
Datum Vydání 2020-03-31
Hodnocení 2.79/5 Celkem 24 Hodnocení
Vývojář https://adamgonen.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}