OutStanding

Here to help you sit less!

OutStanding란 무엇입니까?

OutStanding은(는) OutStanding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Here to help you sit less!"입니다.

확장 프로그램 스크린샷

OutStanding 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}