JWT.io Viewer
Open selected JWT in jwt.io debugger
JWT.io Viewerとは何ですか?
JWT.io Viewerはelcimarによって開発されたChromeの拡張機能で、その主な機能は「Open selected JWT in jwt.io debugger」です。
拡張機能のスクリーンショット
JWT.io Viewer拡張機能のCRXファイルをダウンロード
JWT.io Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows the user to select any jwt text, right click on it and then shows an option in context menu to debug the jwt in jwt.io's website. Note: This extension does not store any data and has no affiliation with jwt.io.
拡張機能の基本情報
名前 | JWT.io Viewer |
ID | efkhfgbbhofjjlkangnpokofoojchffc |
公式URL | https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc |
説明 | Open selected JWT in jwt.io debugger |
ファイルサイズ | 10.79 KB |
インストール数 | 148 |
現在のバージョン | 1.0 |
最終更新日 | 2023-06-30 |
公開日 | 2023-06-29 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | elcimar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JWT.io Viewer", "description": "Open selected JWT in jwt.io debugger", "version": "1.0", "permissions": [ "contextMenus" ], "host_permissions": [ "*:\/\/jwt.io\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |