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은(는) https://maciejjalocha.vercel.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

StraightenUp AI - AI Posture Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}