Healthy Spine
Check your posture
什麼是Healthy Spine?
Healthy Spine是由davidyu37開發的Chrome擴展程式,該擴展的主要功能是“Check your posture”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | hnijjlnjjjmjapclbbglgppchinbgplb | 
| 官方網址 | 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
}  |  |