Please stand up

Reminds you to stand up and strech once in a while

Please stand upとは何ですか?

Please stand upはpandaquestsによって開発されたChromeの拡張機能で、その主な機能は「Reminds you to stand up and strech once in a while」です。

拡張機能のスクリーンショット

screenshot
screenshot

Please stand up拡張機能のCRXファイルをダウンロード

Please stand up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. 

You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.                    

拡張機能の基本情報

名前 Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
公式URL https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
説明 Reminds you to stand up and strech once in a while
ファイルサイズ 27.74 KB
インストール数 200
現在のバージョン 1.0.2
最終更新日 2019-03-21
公開日 2019-03-20
評価 2.50/5 合計 2 レビュー
開発者 pandaquests
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please stand up",
    "description": "Reminds you to stand up and strech once in a while",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Please stand up",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "standup.png",
        "32": "standup.png",
        "48": "standup.png",
        "128": "standup.png"
    }
}