JWT Decoder
Tool to decode JWT tokens
Apa itu JWT Decoder?
JWT Decoder adalah ekstensi Chrome yang dikembangkan oleh Karl Lankester-Carthy, dan fitur utamanya adalah "Tool to decode JWT tokens".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JWT Decoder
Unduh file ekstensi JWT Decoder 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
Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box.
Informasi Dasar Ekstensi
Nama | JWT Decoder |
ID | cibafglfmkgepfdndkbageghblmdihbk |
URL Resmi | https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk |
Deskripsi | Tool to decode JWT tokens |
Ukuran File | 28.15 KB |
Jumlah Instalasi | 1,039 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-09-02 |
Tanggal Publikasi | 2022-07-19 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Karl Lankester-Carthy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Zdrenka/jwt_decoder |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JWT Decoder", "version": "1.0.2", "description": "Tool to decode JWT tokens", "manifest_version": 3, "author": "Karl Lankester-Carthy", "action": { "default_popup": "index.html", "default_title": "JWT Decoder" }, "permissions": [ "storage" ], "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" } } |