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 |
电子邮箱 | [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" } } |