LTI Debugger

View & Debug LTI launches

ما هو LTI Debugger؟

LTI Debugger هو إضافة Chrome تم تطويرها بواسطة pfbgray، والميزة الرئيسية لها هي "View & Debug LTI launches".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LTI Debugger

قم بتنزيل ملفات الامتداد LTI Debugger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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