Stand Up Reminder

A reminder to stand up and stretch your legs for one minute every hour.

Vad är Stand Up Reminder?

Stand Up Reminder är en Chrome-tillägg utvecklad av https://tonybatts.com, och dess huvudfunktion är "A reminder to stand up and stretch your legs for one minute every hour.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Stand Up Reminder-förlängningens CRX-fil

Ladda ner Stand Up Reminder-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

                        Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour.                    

Grundläggande Information om Tillägg

Namn Stand Up Reminder Stand Up Reminder
ID bkjfmpffdfllcgmniicjpgmmlbplblhb
Officiell webbadress https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb
Beskrivning A reminder to stand up and stretch your legs for one minute every hour.
Filstorlek 295 KB
Antal Installationer 2,514
Aktuell Version 1.0
Senast Uppdaterad 2021-02-01
Publiceringsdatum 2021-01-31
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://tonybatts.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.tonybatts.com/
Hjälpsida URL https://www.tonybatts.com/#contact
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up Reminder",
    "version": "1.0",
    "description": "A reminder to stand up and stretch your legs for one minute every hour.",
    "short_name": "Stand Up",
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    }
}