Stand Up Reminder

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

Stand Up Reminder क्या है?

Stand Up Reminder https://tonybatts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A reminder to stand up and stretch your legs for one minute every hour."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stand Up Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Stand Up Reminder Stand Up Reminder
ID bkjfmpffdfllcgmniicjpgmmlbplblhb
आधिकारिक URL https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb
विवरण A reminder to stand up and stretch your legs for one minute every hour.
फ़ाइल का आकार 295 KB
स्थापना संख्या 2,514
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-02-01
प्रकाशन तिथि 2021-01-31
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://tonybatts.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tonybatts.com/
सहायता पृष्ठ URL https://www.tonybatts.com/#contact
समर्थित भाषाएँ 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"
    }
}