copy-jwt

Search jwt token in local storage and copy to clipboard

Qu'est-ce que copy-jwt ?

copy-jwt est une extension Chrome développée par bianucci, et sa fonction principale est "Search jwt token in local storage and copy to clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension copy-jwt

Téléchargez les fichiers d'extension copy-jwt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom copy-jwt copy-jwt
ID mnmgmnigoeabimncikdolaekjmfeeghi
URL Officiel https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi
Description Search jwt token in local storage and copy to clipboard
Taille du Fichier 17.63 KB
Nombre d'Installations 49
Version Actuelle 0.4.1
Dernière Mise à Jour 2023-03-18
Date de Publication 2022-08-07
Développeur bianucci
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bianucci/copy-jwt
URL de la Page d'Aide https://github.com/bianucci/copy-jwt/issues
Langues Prises en Charge 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"
    }
}