Foca

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

Foca क्या है?

Foca mylab001 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Foca एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}