OutStanding

Here to help you sit less!

OutStandingคืออะไร?

OutStanding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OutStanding และคุณลักษณะหลักของมันคือ "Here to help you sit less!"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OutStanding

ดาวน์โหลดไฟล์ส่วนขยาย OutStanding ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}