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文件

下载Foca扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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