copy-jwt

Search jwt token in local storage and copy to clipboard

copy-jwt là gì?

copy-jwt là một tiện ích mở rộng Chrome được phát triển bởi bianucci, và tính năng chính của nó là "Search jwt token in local storage and copy to clipboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng copy-jwt

Tải xuống các tệp mở rộng copy-jwt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên copy-jwt copy-jwt
ID mnmgmnigoeabimncikdolaekjmfeeghi
URL Chính Thức https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi
Mô tả Search jwt token in local storage and copy to clipboard
Kích Thước Tệp 17.63 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2023-03-18
Ngày Phát Hành 2022-08-07
Nhà Phát Triển bianucci
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bianucci/copy-jwt
URL Trang Trợ Giúp https://github.com/bianucci/copy-jwt/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}