Posture Reminder

Reminders to periodically correct your posture.

Wat is Posture Reminder?

Posture Reminder is een Chrome-extensie ontwikkeld door https://adamgonen.com, en de belangrijkste functie is "Reminders to periodically correct your posture.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Posture Reminder

Download Posture Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
Officiële URL https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Beschrijving Reminders to periodically correct your posture.
Bestandsgrootte 15.17 KB
Aantal Installaties 10,981
Huidige Versie 1.2.0
Laatst Bijgewerkt 2022-07-02
Publicatiedatum 2020-03-31
Beoordeling 2.79/5 Totaal 24 Beoordelingen
Ontwikkelaar https://adamgonen.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}