JWT Inspector

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

Co to jest JWT Inspector?

JWT Inspector to rozszerzenie Chrome opracowane przez Tore Green, a jego główną funkcją jest „Display JWT bearer tokens in a new tab in Chrome's Developer Tools”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia JWT Inspector

Pobierz pliki rozszerzeń JWT Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JWT Inspector JWT Inspector
ID jgjihoodklabhdoeffdjofnknfijolgk
Oficjalny URL https://chromewebstore.google.com/detail/jwt-inspector/jgjihoodklabhdoeffdjofnknfijolgk
Opis Display JWT bearer tokens in a new tab in Chrome's Developer Tools
Rozmiar pliku 18.42 KB
Liczba instalacji 12,281
Aktualna Wersja 1.6.1
Ostatnia Aktualizacja 2022-01-31
Data Publikacji 2019-11-23
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Tore Green
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bugjam.github.io/jwt-inspector/
Adres URL Strony Pomocy https://github.com/bugjam/jwt-inspector/issues
Adres URL Strony Polityki Prywatności https://bugjam.github.io/jwt-inspector/privacy.html
Obsługiwane Języki 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
}