OutStanding

Here to help you sit less!

什麼是OutStanding?

OutStanding是由OutStanding開發的Chrome擴展程式,該擴展的主要功能是“Here to help you sit less!”。

擴展截圖

下載OutStanding擴展crx文件

下載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
官方網址 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
}