copy-jwt
Search jwt token in local storage and copy to clipboard
Apa itu copy-jwt?
copy-jwt adalah ekstensi Chrome yang dikembangkan oleh bianucci, dan fitur utamanya adalah "Search jwt token in local storage and copy to clipboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi copy-jwt
Unduh file ekstensi copy-jwt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | copy-jwt |
ID | mnmgmnigoeabimncikdolaekjmfeeghi |
URL Resmi | https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi |
Deskripsi | Search jwt token in local storage and copy to clipboard |
Ukuran File | 17.63 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2023-03-18 |
Tanggal Publikasi | 2022-08-07 |
Pengembang | bianucci |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bianucci/copy-jwt |
URL Halaman Bantuan | https://github.com/bianucci/copy-jwt/issues |
Bahasa yang Didukung | 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" } } |