StraightenUp AI - AI Posture Assistant

StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use.

StraightenUp AI - AI Posture Assistantคืออะไร?

StraightenUp AI - AI Posture Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maciejjalocha.vercel.app และคุณลักษณะหลักของมันคือ "StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StraightenUp AI - AI Posture Assistant

ดาวน์โหลดไฟล์ส่วนขยาย StraightenUp AI - AI Posture Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        StraightenUp - Posture Assistant (AI based) from Intel AI Global Impact Festival

StraightenUp AI - AI Posture Assistant is a web browser extension which helps maintain proper posture while being in front of the computer by slightly blurring the (viewport) browser when the user is slouching therefore making him aware to straighten up.

Everything is processed locally on your machine - you can check it out by disabling internet connection.

Please provide feedback on https://docs.google.com/forms/d/e/1FAIpQLSfuRg7pdFuWClUTUO4PfY_E2orD_CO452xLqPI-kPrPB87Bpg/viewform

=============

How to use it?
Prerequisite is having your profile/silhouette of bust visible approximately in the middle square of the camera. You can check it there: https://webcamtests.com/
You simply need to sit straight in front of the computer. Camera should target your both shoulders and head. Also, give it some time to warm-up. 
In the extensions bar you can pin the extension so that you can quickly disable/enable it in its popup.

Copyright 2022-2023 Maciej Jałocha. All rights Reserved.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StraightenUp AI - AI Posture Assistant StraightenUp AI - AI Posture Assistant
ID nfhoegpkonllcaghgmhdmcpmebmocokf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/straightenup-ai-ai-postur/nfhoegpkonllcaghgmhdmcpmebmocokf
คำอธิบาย StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use.
ขนาดไฟล์ 7.38 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.0.14
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2022-10-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://maciejjalocha.vercel.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://maciejjalocha.vercel.app/straightenup-ai--ai-posture-assistant
URL หน้าช่วยเหลือ https://www.linkedin.com/feed/update/urn:li:activity:7108178271409758208/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StraightenUp AI - AI Posture Assistant",
    "version": "0.0.0.14",
    "author": "Maciej Ja\u0142ocha",
    "description": "StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use.",
    "background": {
        "service_worker": "service_worker.46f7d4cf.js"
    },
    "permissions": [
        "storage",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.5aa890db.html",
        "default_icon": "icon_16.26d05408.png",
        "default_title": "Sit Straight"
    },
    "icons": {
        "16": "icon_16.26d05408.png",
        "48": "icon_48.00c793a8.png",
        "128": "icon_128.ba2a0fea.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}