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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retrieve Authorization header from the request made in your tab. You'll have a faster way to paste or go to JWT.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Token Devtools Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}