AutoJWT

Browser developer extension to automatically find, parse, and copy JWT authorization tokens

AutoJWTคืออะไร?

AutoJWT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Browser developer extension to automatically find, parse, and copy JWT authorization tokens"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoJWT

ดาวน์โหลดไฟล์ส่วนขยาย AutoJWT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AutoJWT is a tool that aids in the development of websites and APIs that use JSON Web Tokens in their Authorization request headers. It installs as a new tab in Developer Tools. When open, it automatically searches for network requests that contain a JWT authorization header and lists unique examples. These examples can then be selected to:

View the JSON Web Token payload.
See a list of all requests that used the same token.
Open the JWT in a new tab on https://jwt.io.
Copy the JWT to the clipboard.
Copy the Payload to the clipboard.
View request and response contents.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoJWT AutoJWT
ID oipoapdoibncigbdbdiphiophmjbdfef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autojwt/oipoapdoibncigbdbdiphiophmjbdfef
คำอธิบาย Browser developer extension to automatically find, parse, and copy JWT authorization tokens
ขนาดไฟล์ 619 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2021-12-16
วันที่เผยแพร่ 2021-12-15
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Jaaromy/autojwt
URL หน้าช่วยเหลือ https://github.com/Jaaromy/autojwt/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoJWT",
    "description": "Browser developer extension to automatically find, parse, and copy JWT authorization tokens",
    "version": "0.5.2",
    "manifest_version": 2,
    "permissions": [
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}