OutStanding

Here to help you sit less!

OutStanding क्या है?

OutStanding OutStanding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Here to help you sit less!"।

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

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

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

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

                        OutStanding is the first ever low-cost solution designed to help you sit less! It’s a minimalistic Chrome Extension that intelligently monitors your computer use and encourages you to take necessary breaks from sitting. It’s better than standing desks, reminder apps, and even wearables. It’s much cheaper, non-invasive, and is so much easier to get your hands on!
 
Sitting is the new smoking. It makes you 147% more likely to develop Cardiovascular Disease, the leading cause of death worldwide. Research suggests sitting also contributes to many other dire physical and mental health issues! 

To learn more, please visit: 
http://outstandingapp.github.io                    

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

नाम OutStanding OutStanding
ID glkhhlhckaliggfifpnmglhjampfflfp
आधिकारिक URL https://chromewebstore.google.com/detail/outstanding/glkhhlhckaliggfifpnmglhjampfflfp
विवरण Here to help you sit less!
फ़ाइल का आकार 177 KB
स्थापना संख्या 517
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर OutStanding
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://outstandingapp.github.io/
सहायता पृष्ठ URL http://outstandingapp.github.io/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OutStanding",
    "version": "1.0.1",
    "description": "Here to help you sit less!",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "idle",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/green.png",
        "default_title": "Stats",
        "default_popup": "html\/stats.html"
    },
    "icons": {
        "16": "img\/green.png",
        "48": "img\/green.png",
        "128": "img\/green.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-editor.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/charts\/loader.js https:\/\/www.gstatic.com\/charts\/43\/js\/jsapi_compiled_format_module.js https:\/\/www.gstatic.com\/charts\/43\/js\/jsapi_compiled_corechart_module.js https:\/\/www.gstatic.com\/charts\/43\/js\/jsapi_compiled_default_module.js https:\/\/www.gstatic.com\/charts\/43\/js\/jsapi_compiled_ui_module.js 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}