PostureMinder

Reminds you to sit up straight with pop-up notifications at specified time intervals.

Τι είναι το PostureMinder;

Το PostureMinder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον msherringbone, και η κύρια λειτουργία του είναι "Reminds you to sit up straight with pop-up notifications at specified time intervals.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PostureMinder

Λήψη αρχείων επέκτασης PostureMinder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Sitting up straight while at your desk can make a big difference to your posture and overall health.

This simple, elegant extension is easily customizable. Set how often you'd like to see a PostureMinder, then sit back and let it do its work! Useful features include:

== Easy on/off ==
Turn off the extension so you don't embarrass yourself during a presentation.

== Smart hide ==
Detects if you have been idle/away from the computer and will not show reminders until you return.  If your computer is locked, notifications will restart when you are active again.

== Choose timed close or click close reminders==
Set how long you'd like the reminder to stay on your screen

== Walk reminders ==
In addition to sitting up straight, you should also step away from your device every once in a while.
Set how often you'd like to see a Walk Reminder.

== Snarky ==
Fun, snarky messages will grab your attention and keep you entertained.

Changelog:
v 1.3.3: Add compatibility for Firefox extensions (Thanks to @wzub for the pull request). 
v 1.3.2: Fix walk reminder bug
v 1.3.1: Fix click close bug and add more phrases.

v 1.3.0: Sounds! Optionally play a short notification sound each time your reminder runs. (Thanks to @IvanDonat for the pull request). 

v 1.2.0: Change enable/disable checkbox to on/off switch. 1.2.1: Small update to make all items fit within the options window nicely.

v. 1.1.0: Add options to set the time for Walk Reminders and notification fade. (Thanks to @dee-see for the pull request)

View the code, submit bugs/feature requests, and ask questions at the GitHub repository:
https://github.com/sheryllun/postureminder                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PostureMinder PostureMinder
ID dkmkfopiihabelocpelofchappjjnpkm
Επίσημο URL https://chromewebstore.google.com/detail/postureminder/dkmkfopiihabelocpelofchappjjnpkm
Περιγραφή Reminds you to sit up straight with pop-up notifications at specified time intervals.
Μέγεθος Αρχείου 59.42 KB
Αριθμός Εγκαταστάσεων 27,257
Τρέχουσα Έκδοση 1.3.3
Τελευταία Ενημέρωση 2018-02-06
Ημερομηνία Δημοσίευσης 2018-02-05
Αξιολόγηση 4.43/5 Συνολικά 129 Αξιολογήσεις
Προγραμματιστής msherringbone
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/sheryllun/postureminder
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PostureMinder",
    "version": "1.3.3",
    "manifest_version": 2,
    "author": "Sheryl Lun",
    "description": "Reminds you to sit up straight with pop-up notifications at specified time intervals.",
    "icons": {
        "128": "img\/spine.png"
    },
    "permissions": [
        "background",
        "notifications",
        "alarms",
        "idle"
    ],
    "background": {
        "scripts": [
            "\/js\/jquery.js",
            "\/js\/options.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "PostureMinder",
        "default_icon": "img\/spine.png",
        "default_popup": "popout.html"
    }
}