StretchClock - Break Reminder and Office Yoga

Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit.

StretchClock - Break Reminder and Office Yogaとは何ですか?

StretchClock - Break Reminder and Office Yogaはhttps://stretchclock.comによって開発されたChromeの拡張機能で、その主な機能は「Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit.」です。

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

screenshot
screenshot
screenshot
screenshot

StretchClock - Break Reminder and Office Yoga拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Feel Better. Be More Productive. 

StretchClock reminds you to stretch. The timer runs in your browser and is configurable. When the countdown timer reaches zero, StretchClock shows easy no-sweat exercises that you can do at your desk in business attire. You can change the settings to match your work style. Easy to pause when you don't need it and easy to unpause so that the hurt doesn't come back.

Have you ever felt sore or stiff after sitting at the computer? Try this simple break reminder to help avoid painful problems like carpel tunnel and repetitive stress injury.                    

拡張機能の基本情報

名前 StretchClock - Break Reminder and Office Yoga StretchClock - Break Reminder and Office Yoga
ID ghkmbokgfoemkgiccpdbjimhjijjenih
公式URL https://chromewebstore.google.com/detail/stretchclock-break-remind/ghkmbokgfoemkgiccpdbjimhjijjenih
説明 Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit.
ファイルサイズ 831 KB
インストール数 900
現在のバージョン 1.1.0
最終更新日 2023-07-15
公開日 2019-12-04
評価 4.00/5 合計 3 レビュー
開発者 https://stretchclock.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.stretchclock.com
ヘルプページのURL https://www.stretchclock.com/w10/help.html
プライバシーポリシーページのURL https://www.stretchclock.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StretchClock - Break Reminder and Office Yoga",
    "short_name": "StretchClock",
    "version": "1.1.0",
    "description": "Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit.",
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/sc_settings_storage.js",
            "js\/sc_timer.js",
            "js\/sc_background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "images\/sc_icon16.png",
        "24": "images\/sc_icon24.png",
        "32": "images\/sc_icon32.png",
        "48": "images\/sc_icon48.png",
        "128": "images\/sc_icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/sc_icon16.png",
            "24": "images\/sc_icon24.png",
            "32": "images\/sc_icon32.png"
        },
        "default_title": "StretchClock",
        "default_popup": "popup.html"
    }
}