copy-jwt

Search jwt token in local storage and copy to clipboard

Wat is copy-jwt?

copy-jwt is een Chrome-extensie ontwikkeld door bianucci, en de belangrijkste functie is "Search jwt token in local storage and copy to clipboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie copy-jwt

Download copy-jwt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam copy-jwt copy-jwt
ID mnmgmnigoeabimncikdolaekjmfeeghi
Officiële URL https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi
Beschrijving Search jwt token in local storage and copy to clipboard
Bestandsgrootte 17.63 KB
Aantal Installaties 49
Huidige Versie 0.4.1
Laatst Bijgewerkt 2023-03-18
Publicatiedatum 2022-08-07
Ontwikkelaar bianucci
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bianucci/copy-jwt
Help Pagina-URL https://github.com/bianucci/copy-jwt/issues
Ondersteunde Talen 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"
    }
}