Foca
Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.
Τι είναι το Foca;
Το Foca είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mylab001, και η κύρια λειτουργία του είναι "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Foca
Λήψη αρχείων επέκτασης 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 |
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" ] } |