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 |
官方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" } |