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.

Vad är Canvas Incognito | Disable Action log?

Canvas Incognito | Disable Action log är en Chrome-tillägg utvecklad av Sten, och dess huvudfunktion är "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Canvas Incognito | Disable Action log-förlängningens CRX-fil

Ladda ner Canvas Incognito | Disable Action log-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Canvas Incognito | Disable Action log Canvas Incognito | Disable Action log
ID fnfmeoadhooonchcgfhecpncionabfgg
Officiell webbadress https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg
Beskrivning Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.
Filstorlek 346 KB
Antal Installationer 180
Aktuell Version 1.2.0
Senast Uppdaterad 2023-05-28
Publiceringsdatum 2023-05-28
Utvecklare Sten
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}