copy-jwt
Search jwt token in local storage and copy to clipboard
Vad är copy-jwt?
copy-jwt är en Chrome-tillägg utvecklad av bianucci, och dess huvudfunktion är "Search jwt token in local storage and copy to clipboard".
Tilläggsskärmbilder
Ladda ner copy-jwt-förlängningens CRX-fil
Ladda ner copy-jwt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mnmgmnigoeabimncikdolaekjmfeeghi |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi |
| Beskrivning | Search jwt token in local storage and copy to clipboard |
| Filstorlek | 17.63 KB |
| Antal Installationer | 49 |
| Aktuell Version | 0.4.1 |
| Senast Uppdaterad | 2023-03-18 |
| Publiceringsdatum | 2022-08-07 |
| Utvecklare | bianucci |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/bianucci/copy-jwt |
| Hjälpsida URL | https://github.com/bianucci/copy-jwt/issues |
| Stödda Språk | 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"
}
} | |