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 |
官方網址 | 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 |
電子郵箱 | [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" } } |