JWT Inspector
Display JWT bearer tokens in a new tab in Chrome's Developer Tools
ما هو JWT Inspector؟
JWT Inspector هو إضافة Chrome تم تطويرها بواسطة Tore Green، والميزة الرئيسية لها هي "Display JWT bearer tokens in a new tab in Chrome's Developer Tools".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JWT Inspector
قم بتنزيل ملفات الامتداد JWT Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you sending JWT tokens in your HTTP requests? Tired of copying tokens from the developer view into jwt.io when debugging? This extension will detect HTTP(S) requests with an Authorization header containing a JWT bearer token, and conveniently display the contents of the token in Chrome's developer tools pane. New: HTTP header name and prefix can be customized in extension options. Prefix can be included when copying token to clipboard.
معلومات أساسية عن التمديد
الاسم | JWT Inspector |
ID | jgjihoodklabhdoeffdjofnknfijolgk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk |
الوصف | Display JWT bearer tokens in a new tab in Chrome's Developer Tools |
حجم الملف | 18.42 KB |
عدد التثبيتات | 12,281 |
النسخة الحالية | 1.6.1 |
آخر تحديث | 2022-01-31 |
تاريخ النشر | 2019-11-23 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Tore Green |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bugjam.github.io/jwt-inspector/ |
عنوان صفحة المساعدة | https://github.com/bugjam/jwt-inspector/issues |
عنوان صفحة سياسة الخصوصية | https://bugjam.github.io/jwt-inspector/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JWT Inspector", "short_name": "JWT", "version": "1.6.1", "description": "Display JWT bearer tokens in a new tab in Chrome's Developer Tools", "author": "Tore Green", "icons": { "128": "icon128.png", "48": "icon48.png" }, "homepage_url": "https:\/\/bugjam.github.io\/jwt-inspector\/", "devtools_page": "devtools.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "manifest_version": 2 } |