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
电子邮箱 [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
}