LTI Debugger
View & Debug LTI launches
Wat is LTI Debugger?
LTI Debugger is een Chrome-extensie ontwikkeld door pfbgray, en de belangrijkste functie is "View & Debug LTI launches".
Extensie Screenshots
Download het CRX-bestand van de extensie LTI Debugger
Download LTI Debugger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | LTI Debugger |
ID | cpjdeioljkbgkldnbojoagdoiggnlhll |
Officiële URL | https://chromewebstore.google.com/detail/lti-debugger/cpjdeioljkbgkldnbojoagdoiggnlhll |
Beschrijving | View & Debug LTI launches |
Bestandsgrootte | 208 KB |
Aantal Installaties | 693 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-01-20 |
Publicatiedatum | 2022-12-03 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | pfbgray |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://paulgray.net/lti-debugger |
Ondersteunde Talen | 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" } |