stretchy

An extension to set timed intervals to take a break and stretch

stretchyとは何ですか?

stretchyはWangden Sherpaによって開発されたChromeの拡張機能で、その主な機能は「An extension to set timed intervals to take a break and stretch」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Reminds you to stretch at intervals that you set.

You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. 

You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.                    

拡張機能の基本情報

名前 stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
公式URL https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
説明 An extension to set timed intervals to take a break and stretch
ファイルサイズ 471 KB
インストール数 84
現在のバージョン 0.0.5
最終更新日 2020-11-11
公開日 2020-11-02
評価 5.00/5 合計 4 レビュー
開発者 Wangden Sherpa
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stretchy",
    "version": "0.0.5",
    "description": "An extension to set timed intervals to take a break and stretch",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "16icon.png",
            "48": "48icon.png",
            "128": "128icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stretch From Home"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "background"
    ]
}