JWT Inspector

Display JWT bearer tokens in a new tab in Chrome's Developer Tools

Qu'est-ce que JWT Inspector ?

JWT Inspector est une extension Chrome développée par Tore Green, et sa fonction principale est "Display JWT bearer tokens in a new tab in Chrome's Developer Tools".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension JWT Inspector

Téléchargez les fichiers d'extension JWT Inspector 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

                        Are you sending JWT tokens in your HTTP requests? Tired of copying tokens from the developer view into jwt.io when debugging?
This extension will detect HTTP(S) requests with an Authorization header containing a JWT bearer token, and conveniently display the contents of the token in Chrome's developer tools pane.

New: HTTP header name and prefix can be customized in extension options. Prefix can be included when copying token to clipboard.                    

Informations de Base sur l'Extension

Nom JWT Inspector JWT Inspector
ID jgjihoodklabhdoeffdjofnknfijolgk
URL Officiel https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk
Description Display JWT bearer tokens in a new tab in Chrome's Developer Tools
Taille du Fichier 18.42 KB
Nombre d'Installations 12,281
Version Actuelle 1.6.1
Dernière Mise à Jour 2022-01-31
Date de Publication 2019-11-23
Évaluation 4.60/5 Total 5 Évaluations
Développeur Tore Green
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bugjam.github.io/jwt-inspector/
URL de la Page d'Aide https://github.com/bugjam/jwt-inspector/issues
URL de la Page de Politique de Confidentialité https://bugjam.github.io/jwt-inspector/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT Inspector",
    "short_name": "JWT",
    "version": "1.6.1",
    "description": "Display JWT bearer tokens in a new tab in Chrome's Developer Tools",
    "author": "Tore Green",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "homepage_url": "https:\/\/bugjam.github.io\/jwt-inspector\/",
    "devtools_page": "devtools.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "manifest_version": 2
}