Canvas Incognito | Disable Action log

Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.

Canvas Incognito | Disable Action log क्या है?

Canvas Incognito | Disable Action log Sten द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab."।

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

screenshot
screenshot

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

crx प्रारूप में Canvas Incognito | Disable Action log एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Through the Action Log, teachers are able to see anytime the cursor moves away from the quiz tab, the browser is minimized, or the tab is changed.

This disables the window.addEventListener function that is called every time the visibility of the tab is changed.                    

एक्सटेंशन की मूल जानकारी

नाम Canvas Incognito | Disable Action log Canvas Incognito | Disable Action log
ID fnfmeoadhooonchcgfhecpncionabfgg
आधिकारिक URL https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg
विवरण Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.
फ़ाइल का आकार 346 KB
स्थापना संख्या 180
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-05-28
प्रकाशन तिथि 2023-05-28
डेवलपर Sten
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sten Man",
    "content_scripts": [
        {
            "js": [
                "canvas.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.",
    "manifest_version": 3,
    "name": "Canvas Incognito | Disable Action log",
    "version": "1.2.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/canvas_incognito128.png",
        "default_title": "Canvas Incognito"
    },
    "icons": {
        "32": "images\/canvas_incognito32.png",
        "128": "images\/canvas_incognito128.png"
    }
}