LTI Debugger
View & Debug LTI launches
LTI Debuggerคืออะไร?
LTI Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pfbgray และคุณลักษณะหลักของมันคือ "View & Debug LTI launches"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LTI Debugger
ดาวน์โหลดไฟล์ส่วนขยาย LTI Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin adds a "LTI Debugger" pane in the developer tools which listens for LTI requests, and displays them as they resolve. It also parses JWT parameters, and displays them as navigable JSON. The "LTI" spec is an interoperability standard for web-based learning software published by 1EdTech http://www.imsglobal.org/activity/learning-tools-interoperability
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LTI Debugger |
ID | cpjdeioljkbgkldnbojoagdoiggnlhll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lti-debugger/cpjdeioljkbgkldnbojoagdoiggnlhll |
คำอธิบาย | View & Debug LTI launches |
ขนาดไฟล์ | 208 KB |
จำนวนการติดตั้ง | 693 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-01-20 |
วันที่เผยแพร่ | 2022-12-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | pfbgray |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://paulgray.net/lti-debugger |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LTI Debugger", "description": "View & Debug LTI launches", "version": "0.0.2", "icons": { "16": "icons\/lti-debugger-icon16.png", "32": "icons\/lti-debugger-icon32.png", "48": "icons\/lti-debugger-icon48.png", "128": "icons\/lti-debugger-icon128.png" }, "devtools_page": "devtools-page.html" } |