Please stand up

Reminds you to stand up and strech once in a while

Wat is Please stand up?

Please stand up is een Chrome-extensie ontwikkeld door pandaquests, en de belangrijkste functie is "Reminds you to stand up and strech once in a while".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Please stand up

Download Please stand up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
Officiële URL https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
Beschrijving Reminds you to stand up and strech once in a while
Bestandsgrootte 27.74 KB
Aantal Installaties 200
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-03-21
Publicatiedatum 2019-03-20
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar pandaquests
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}