Please stand up

Reminds you to stand up and strech once in a while

Was ist Please stand up?

Please stand up ist eine Chrome-Erweiterung, die von pandaquests entwickelt wurde, und ihr Hauptmerkmal ist "Reminds you to stand up and strech once in a while".

Erweiterungsscreenshots

screenshot
screenshot

Please stand up-Erweiterungs-CRX-Datei herunterladen

Laden Sie Please stand up-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
Offizielle URL https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
Beschreibung Reminds you to stand up and strech once in a while
Dateigröße 27.74 KB
Installationsanzahl 200
Aktuelle Version 1.0.2
Letztes Update 2019-03-21
Veröffentlichungsdatum 2019-03-20
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler pandaquests
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}