LTI Debugger
View & Debug LTI launches
Co to jest LTI Debugger?
LTI Debugger to rozszerzenie Chrome opracowane przez pfbgray, a jego główną funkcją jest „View & Debug LTI launches”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LTI Debugger
Pobierz pliki rozszerzeń LTI Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | LTI Debugger |
ID | cpjdeioljkbgkldnbojoagdoiggnlhll |
Oficjalny URL | https://chromewebstore.google.com/detail/lti-debugger/cpjdeioljkbgkldnbojoagdoiggnlhll |
Opis | View & Debug LTI launches |
Rozmiar pliku | 208 KB |
Liczba instalacji | 693 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2023-01-20 |
Data Publikacji | 2022-12-03 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | pfbgray |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://paulgray.net/lti-debugger |
Obsługiwane Języki | 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" } |