Please stand up

Reminds you to stand up and strech once in a while

Τι είναι το Please stand up;

Το Please stand up είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pandaquests, και η κύρια λειτουργία του είναι "Reminds you to stand up and strech once in a while".

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

screenshot
screenshot

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

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

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

                        As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. 

You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.                    

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

Όνομα Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
Επίσημο URL https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
Περιγραφή Reminds you to stand up and strech once in a while
Μέγεθος Αρχείου 27.74 KB
Αριθμός Εγκαταστάσεων 200
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-03-21
Ημερομηνία Δημοσίευσης 2019-03-20
Αξιολόγηση 2.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής pandaquests
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please stand up",
    "description": "Reminds you to stand up and strech once in a while",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Please stand up",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "standup.png",
        "32": "standup.png",
        "48": "standup.png",
        "128": "standup.png"
    }
}