Please stand up

Reminds you to stand up and strech once in a while

Vad är Please stand up?

Please stand up är en Chrome-tillägg utvecklad av pandaquests, och dess huvudfunktion är "Reminds you to stand up and strech once in a while".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Please stand up-förlängningens CRX-fil

Ladda ner Please stand up-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
Officiell webbadress https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
Beskrivning Reminds you to stand up and strech once in a while
Filstorlek 27.74 KB
Antal Installationer 200
Aktuell Version 1.0.2
Senast Uppdaterad 2019-03-21
Publiceringsdatum 2019-03-20
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare pandaquests
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}