JWT token decoder
Decrypt jwt tokens. Tokens won't leave your browser.
JWT token decoderとは何ですか?
JWT token decoderはnani.vijayによって開発されたChromeの拡張機能で、その主な機能は「Decrypt jwt tokens. Tokens won't leave your browser.」です。
拡張機能のスクリーンショット
JWT token decoder拡張機能のCRXファイルをダウンロード
JWT token decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will decode the JWT token and provide the claims information. Your token will not leave your browser 拡張機能の基本情報
| 名前 | |
| ID | lnpjlfphcbgpekodbikccegaglkkcmog |
| 公式URL | https://chromewebstore.google.com/detail/jwt-token-decoder/lnpjlfphcbgpekodbikccegaglkkcmog |
| 説明 | Decrypt jwt tokens. Tokens won't leave your browser. |
| ファイルサイズ | 5.44 KB |
| インストール数 | 106 |
| 現在のバージョン | 0.0.0.1 |
| 最終更新日 | 2022-08-06 |
| 公開日 | 2022-08-06 |
| 開発者 | nani.vijay |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JWT token decoder",
"version": "0.0.0.1",
"manifest_version": 3,
"description": "Decrypt jwt tokens. Tokens won't leave your browser.",
"action": {
"default_popup": ".\/jwt-token-decode.html"
}
} | |