Token Devtools Inspector

Retrieve Authorization header from the request made in your tab. You'll have a faster way to paste or go to JWT.io

Token Devtools Inspector란 무엇입니까?

Token Devtools Inspector은(는) sergio.gurillo11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retrieve Authorization header from the request made in your tab. You'll have a faster way to paste or go to JWT.io"입니다.

확장 프로그램 스크린샷

screenshot

Token Devtools Inspector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🚀 Token Extractor: Streamline Your Authorization Workflow in Chrome DevTools!

Token Extractor, a robust Chrome extension, is your go-to tool for effortlessly extracting authorization tokens from HTTP requests within Chrome DevTools. 🛠️ With just a few clicks, developers can identify requests containing authorization headers, extract tokens, and seamlessly perform essential tasks.

How to Use:
1. Open your Dev Tools in Chrome 🌐
2. Locate the Token Inspector panel (similar to Console, Network, or Application panels) 🕵️
3. Voila! Your tokens are right there for easy access 🎉

Rest assured, no sensitive data is extracted. Check out the source code on https://github.com/Guuri11/token-inspector for peace of mind.

Key Features:
- Effortless Token Extraction: Say goodbye to manual inspection! Token Extractor automates the detection of requests with authorization headers.
- Flexible Token Handling: Tailor the output to your needs by choosing to include or exclude the "Bearer" keyword from the extracted token.
- User-Friendly Interface: Seamlessly integrated into Chrome DevTools, the extension offers an intuitive and easy-to-use interface for swift token extraction.
- Enhanced Workflow: Copy extracted tokens to the clipboard with a single click, ensuring seamless integration into your applications and APIs.
- Token Inspection: Dive deeper into extracted tokens by inspecting them on jwt.io. Understand token structures and contents effortlessly.

⏰ Save valuable time and elevate your development workflow with Token Extractor. Install the extension now to simplify your token extraction process! 🚀                    

확장 프로그램 기본 정보

이름 Token Devtools Inspector Token Devtools Inspector
ID enlnbonndfjonmelmplbmgnobjffbhoj
공식 URL https://chromewebstore.google.com/detail/token-devtools-inspector/enlnbonndfjonmelmplbmgnobjffbhoj
설명 Retrieve Authorization header from the request made in your tab. You'll have a faster way to paste or go to JWT.io
파일 크기 90.11 KB
설치 횟수 85
현재 버전 1.2
최근 업데이트 2024-01-22
출시 날짜 2023-11-05
개발자 sergio.gurillo11
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Guuri11/token-inspector
도움말 페이지 URL https://www.linkedin.com/in/sergio-gurillo-corral/
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1hnLnn-uGUkbYkwM8ypy5432vdSzkcG4xsmPmcx-VsXk/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Token Devtools Inspector",
    "description": "Retrieve Authorization header from the request made in your tab. You'll have a faster way to paste or go to JWT.io",
    "version": "1.2",
    "manifest_version": 3,
    "devtools_page": "devtools\/devtools.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}