LTI Debugger
View & Debug LTI launches
什麼是LTI Debugger?
LTI Debugger是由pfbgray開發的Chrome擴展程式,該擴展的主要功能是“View & Debug LTI launches”。
擴展截圖
下載LTI Debugger擴展crx文件
下載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 |
官方網址 | 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" } |