Stretch Reminder

Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.

Stretch Reminderとは何ですか?

Stretch ReminderはGrace Guanによって開発されたChromeの拡張機能で、その主な機能は「Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.」です。

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

screenshot
screenshot

Stretch Reminder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. 

Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. 

In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.                    

拡張機能の基本情報

名前 Stretch Reminder Stretch Reminder
ID mompfanjjmgmhfghbfjdkaebobndblmd
公式URL https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd
説明 Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
ファイルサイズ 2.24 MB
インストール数 1,251
現在のバージョン 0.4.0
最終更新日 2020-04-13
公開日 2020-04-08
評価 4.36/5 合計 14 レビュー
開発者 Grace Guan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://guanzgrace.github.io/stretch
ヘルプページのURL http://guanzgrace.github.io/stretch
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stretch Reminder",
    "version": "0.4.0",
    "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.",
    "icons": {
        "16": "logo\/Logo_physera_16.png",
        "48": "logo\/Logo_physera_48.png",
        "128": "logo\/Logo_physera_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/",
    "short_name": "Stretch",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/physera.com\/"
    ],
    "browser_action": {
        "default_title": "Stretch Reminder",
        "default_popup": "popup.html"
    }
}