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 |
Eメール | [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" } |