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
公式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
}