Healthy Spine
Check your posture
Healthy Spineคืออะไร?
Healthy Spine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidyu37 และคุณลักษณะหลักของมันคือ "Check your posture"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Healthy Spine
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |