JWT Inspector
Display JWT bearer tokens in a new tab in Chrome's Developer Tools
Apa itu JWT Inspector?
JWT Inspector adalah ekstensi Chrome yang dikembangkan oleh Tore Green, dan fitur utamanya adalah "Display JWT bearer tokens in a new tab in Chrome's Developer Tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JWT Inspector
Unduh file ekstensi JWT Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | JWT Inspector |
ID | jgjihoodklabhdoeffdjofnknfijolgk |
URL Resmi | https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk |
Deskripsi | Display JWT bearer tokens in a new tab in Chrome's Developer Tools |
Ukuran File | 18.42 KB |
Jumlah Instalasi | 12,281 |
Versi Saat Ini | 1.6.1 |
Terakhir Diperbarui | 2022-01-31 |
Tanggal Publikasi | 2019-11-23 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | Tore Green |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bugjam.github.io/jwt-inspector/ |
URL Halaman Bantuan | https://github.com/bugjam/jwt-inspector/issues |
URL Halaman Kebijakan Privasi | https://bugjam.github.io/jwt-inspector/privacy.html |
Bahasa yang Didukung | 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 } |