copy-jwt
Search jwt token in local storage and copy to clipboard
copy-jwtคืออะไร?
copy-jwt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bianucci และคุณลักษณะหลักของมันคือ "Search jwt token in local storage and copy to clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย copy-jwt
ดาวน์โหลดไฟล์ส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |