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.

Co to jest Canvas Incognito | Disable Action log?

Canvas Incognito | Disable Action log to rozszerzenie Chrome opracowane przez Sten, a jego główną funkcją jest „Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Canvas Incognito | Disable Action log

Pobierz pliki rozszerzeń Canvas Incognito | Disable Action log w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Canvas Incognito | Disable Action log Canvas Incognito | Disable Action log
ID fnfmeoadhooonchcgfhecpncionabfgg
Oficjalny URL https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg
Opis Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.
Rozmiar pliku 346 KB
Liczba instalacji 180
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-05-28
Data Publikacji 2023-05-28
Deweloper Sten
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}