Foca

Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.

Foca란 무엇입니까?

Foca은(는) mylab001에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Foca 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Privacy note: None of your camera data ever leaves your computer. All image processing happens directly on your computer. Foca absolutely does not collect any of this data.


Foca increases your active learning through real-time feedback using advanced face recognition and computer vision algorithms. Foca's LearnTrack feature automatically suggests key points in the video that you should review, because you either seemed confused, excited, or surprised during these times. Foca's AutoSpeed feature automatically controls the playback speed of the video based on how attentive and focused you are. 

With Foca you simply get maximum learning in minimum time! Welcome to your enhanced online learning experience.                    

확장 프로그램 기본 정보

이름 Foca Foca
ID bjmffhlngkamgfobigebohiigecgkkjb
공식 URL https://chromewebstore.google.com/detail/foca/bjmffhlngkamgfobigebohiigecgkkjb
설명 Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.
파일 크기 270 KB
설치 횟수 31
현재 버전 2.0.0
최근 업데이트 2023-10-04
출시 날짜 2019-06-21
평점 5.00/5 총 2 개의 평점
개발자 mylab001
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mylabathula.com/foca.html
도움말 페이지 URL http://mylabathula.com/foca.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Foca",
    "short_name": "foca",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.",
    "homepage_url": "http:\/\/mylabathula.com\/foca.html",
    "icons": {
        "16": "icons\/foca16.png",
        "48": "icons\/foca48.png",
        "128": "icons\/foca128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/unpkg.com; object-src 'self'",
    "options_page": "settings.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/foca19.png",
            "38": "icons\/foca38.png",
            "48": "icons\/foca48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css"
    ]
}