Please stand up

Reminds you to stand up and strech once in a while

Please stand up क्या है?

Please stand up pandaquests द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminds you to stand up and strech once in a while"।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
आधिकारिक URL https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
विवरण Reminds you to stand up and strech once in a while
फ़ाइल का आकार 27.74 KB
स्थापना संख्या 200
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2019-03-21
प्रकाशन तिथि 2019-03-20
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर pandaquests
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}