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.
Was ist Canvas Incognito | Disable Action log?
Canvas Incognito | Disable Action log ist eine Chrome-Erweiterung, die von Sten entwickelt wurde, und ihr Hauptmerkmal ist "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.".
Erweiterungsscreenshots
Canvas Incognito | Disable Action log-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canvas Incognito | Disable Action log-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Canvas Incognito | Disable Action log |
ID | fnfmeoadhooonchcgfhecpncionabfgg |
Offizielle URL | https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg |
Beschreibung | Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab. |
Dateigröße | 346 KB |
Installationsanzahl | 180 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-05-28 |
Veröffentlichungsdatum | 2023-05-28 |
Entwickler | Sten |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |