Healthy Spine

Check your posture

Healthy Spineとは何ですか?

Healthy Spineはdavidyu37によって開発されたChromeの拡張機能で、その主な機能は「Check your posture」です。

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

screenshot

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

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

拡張機能の使用方法

                        Healthy Spine records your correct posture and reminds you if you slouch for more than 30 seconds.                    

拡張機能の基本情報

名前 Healthy Spine Healthy Spine
ID hnijjlnjjjmjapclbbglgppchinbgplb
公式URL https://chromewebstore.google.com/detail/healthy-spine/hnijjlnjjjmjapclbbglgppchinbgplb
説明 Check your posture
ファイルサイズ 1.16 MB
インストール数 14
現在のバージョン 0.0.1
最終更新日 2020-08-03
公開日 2020-08-02
開発者 davidyu37
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Healthy Spine",
    "version": "0.0.1",
    "author": "David Yu",
    "description": "Check your posture",
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/message.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Record your correct posture and check while you're in front of your computer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2
}