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によって開発されたChromeの拡張機能で、その主な機能は「Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Canvas Incognito | Disable Action log拡張機能のCRXファイルをダウンロード

Canvas Incognito | Disable Action log拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}