copy-jwt
Search jwt token in local storage and copy to clipboard
copy-jwtとは何ですか?
copy-jwtはbianucciによって開発されたChromeの拡張機能で、その主な機能は「Search jwt token in local storage and copy to clipboard」です。
拡張機能のスクリーンショット
copy-jwt拡張機能のCRXファイルをダウンロード
copy-jwt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Visit website which contains JWT token in local storage and click extension button (key icon). If a single token was found it is copied directly into the clipboard. If multiple tokens were found you can select which one you would like to copy. https://github.com/bianucci/copy-jwt
拡張機能の基本情報
名前 | copy-jwt |
ID | mnmgmnigoeabimncikdolaekjmfeeghi |
公式URL | https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi |
説明 | Search jwt token in local storage and copy to clipboard |
ファイルサイズ | 17.63 KB |
インストール数 | 49 |
現在のバージョン | 0.4.1 |
最終更新日 | 2023-03-18 |
公開日 | 2022-08-07 |
開発者 | bianucci |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bianucci/copy-jwt |
ヘルプページのURL | https://github.com/bianucci/copy-jwt/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "copy-jwt", "description": "Search jwt token in local storage and copy to clipboard", "version": "0.4.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": [], "icons": { "16": "\/images\/key-16.png", "32": "\/images\/key-32.png", "48": "\/images\/key-48.png", "128": "\/images\/key-128.png" } } |