Posture Reminder

Reminders to periodically correct your posture.

Τι είναι το Posture Reminder;

Το Posture Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adamgonen.com, και η κύρια λειτουργία του είναι "Reminders to periodically correct your posture.".

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

screenshot

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

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

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

                        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                    

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

Όνομα Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
Επίσημο URL https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
Περιγραφή Reminders to periodically correct your posture.
Μέγεθος Αρχείου 15.17 KB
Αριθμός Εγκαταστάσεων 10,981
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2022-07-02
Ημερομηνία Δημοσίευσης 2020-03-31
Αξιολόγηση 2.79/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής https://adamgonen.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}