JWT Decoder
Tool to decode JWT tokens
JWT Decoderとは何ですか?
JWT DecoderはKarl Lankester-Carthyによって開発されたChromeの拡張機能で、その主な機能は「Tool to decode JWT tokens」です。
拡張機能のスクリーンショット
JWT Decoder拡張機能のCRXファイルをダウンロード
JWT Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box.
拡張機能の基本情報
名前 | JWT Decoder |
ID | cibafglfmkgepfdndkbageghblmdihbk |
公式URL | https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk |
説明 | Tool to decode JWT tokens |
ファイルサイズ | 28.15 KB |
インストール数 | 1,039 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-09-02 |
公開日 | 2022-07-19 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Karl Lankester-Carthy |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Zdrenka/jwt_decoder |
対応言語 | 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" } } |