copy-jwt
Search jwt token in local storage and copy to clipboard
Was ist copy-jwt?
copy-jwt ist eine Chrome-Erweiterung, die von bianucci entwickelt wurde, und ihr Hauptmerkmal ist "Search jwt token in local storage and copy to clipboard".
Erweiterungsscreenshots
copy-jwt-Erweiterungs-CRX-Datei herunterladen
Laden Sie copy-jwt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mnmgmnigoeabimncikdolaekjmfeeghi |
| Offizielle URL | https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi |
| Beschreibung | Search jwt token in local storage and copy to clipboard |
| Dateigröße | 17.63 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | 0.4.1 |
| Letztes Update | 2023-03-18 |
| Veröffentlichungsdatum | 2022-08-07 |
| Entwickler | bianucci |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/bianucci/copy-jwt |
| Hilfeseite URL | https://github.com/bianucci/copy-jwt/issues |
| Unterstützte Sprachen | 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"
}
} | |