LTI Debugger
View & Debug LTI launches
What is LTI Debugger?
LTI Debugger is a Chrome extension developed by pfbgray, and its main feature is "View & Debug LTI launches".
Extension Screenshots
Download LTI Debugger Extension CRX File
Download LTI Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | LTI Debugger |
ID | cpjdeioljkbgkldnbojoagdoiggnlhll |
Official URL | https://chromewebstore.google.com/detail/lti-debugger/cpjdeioljkbgkldnbojoagdoiggnlhll |
Description | View & Debug LTI launches |
File Size | 208 KB |
Installation Count | 693 |
Current Version | 0.0.2 |
Last Updated | 2023-01-20 |
Publish Date | 2022-12-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | pfbgray |
[email protected] | |
Payment Type | free |
Extension Website | https://paulgray.net/lti-debugger |
Supported Languages | 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" } |