Foca
Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.
O que é Foca?
Foca é uma extensão do Chrome desenvolvida por mylab001, e sua principal característica é "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Foca
Baixe arquivos de extensão Foca no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Foca |
ID | bjmffhlngkamgfobigebohiigecgkkjb |
URL Oficial | https://chromewebstore.google.com/detail/foca/bjmffhlngkamgfobigebohiigecgkkjb |
Descrição | Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online. |
Tamanho do Arquivo | 270 KB |
Contagem de Instalações | 31 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-10-04 |
Data de Publicação | 2019-06-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | mylab001 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://mylabathula.com/foca.html |
URL da Página de Ajuda | http://mylabathula.com/foca.html |
Idiomas Suportados | 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" ] } |