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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sten และคุณลักษณะหลักของมันคือ "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Incognito | Disable Action log
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |