Foca
Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.
¿Qué es Foca?
Foca es una extensión de Chrome desarrollada por mylab001, y su función principal es "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Foca
Descarga archivos de extensión Foca en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Foca |
ID | bjmffhlngkamgfobigebohiigecgkkjb |
URL Oficial | https://chromewebstore.google.com/detail/foca/bjmffhlngkamgfobigebohiigecgkkjb |
Descripción | Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online. |
Tamaño del Archivo | 270 KB |
Cantidad de Instalaciones | 31 |
Versión Actual | 2.0.0 |
Última Actualización | 2023-10-04 |
Fecha de Publicación | 2019-06-21 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | mylab001 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://mylabathula.com/foca.html |
URL de la Página de Ayuda | http://mylabathula.com/foca.html |
Idiomas Soportados | 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" ] } |