Posture Reminder

Reminders to periodically correct your posture.

What is Posture Reminder?

Posture Reminder is a Chrome extension developed by https://adamgonen.com, and its main feature is "Reminders to periodically correct your posture.".

Extension Screenshots

screenshot

Download Posture Reminder Extension CRX File

Download Posture Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
Official URL https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Description Reminders to periodically correct your posture.
File Size 15.17 KB
Installation Count 10,981
Current Version 1.2.0
Last Updated 2022-07-02
Publish Date 2020-03-31
Rating 2.79/5 Total 24 Ratings
Developer https://adamgonen.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}