StraightenUp

Remind yourself to keep good posture

StraightenUpとは何ですか?

StraightenUpはRoysergによって開発されたChromeの拡張機能で、その主な機能は「Remind yourself to keep good posture」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser.

It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position.                    

拡張機能の基本情報

名前 StraightenUp StraightenUp
ID cehchbnkbgenjlfnbmkfamfklnngjnnp
公式URL https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp
説明 Remind yourself to keep good posture
ファイルサイズ 515 KB
インストール数 19
現在のバージョン 1.1
最終更新日 2018-08-04
公開日 2018-08-04
評価 5.00/5 合計 1 レビュー
開発者 Royserg
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StraightenUp",
    "description": "Remind yourself to keep good posture",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}