JWT Decoder

Tool to decode JWT tokens

ما هو JWT Decoder؟

JWT Decoder هو إضافة Chrome تم تطويرها بواسطة Karl Lankester-Carthy، والميزة الرئيسية لها هي "Tool to decode JWT tokens".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JWT Decoder

قم بتنزيل ملفات الامتداد JWT Decoder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quickly decode JWT Tokens with this basic and easy to use Chrome Extension. Nothing Fancy, does what it says on the box.                    

معلومات أساسية عن التمديد

الاسم JWT Decoder JWT Decoder
ID cibafglfmkgepfdndkbageghblmdihbk
عنوان URL الرسمي https://chromewebstore.google.com/detail/jwt-decoder/cibafglfmkgepfdndkbageghblmdihbk
الوصف Tool to decode JWT tokens
حجم الملف 28.15 KB
عدد التثبيتات 1,039
النسخة الحالية 1.0.2
آخر تحديث 2022-09-02
تاريخ النشر 2022-07-19
تقييم 4.50/5 مجموع تقييمات 2
المطور Karl Lankester-Carthy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Zdrenka/jwt_decoder
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT Decoder",
    "version": "1.0.2",
    "description": "Tool to decode JWT tokens",
    "manifest_version": 3,
    "author": "Karl Lankester-Carthy",
    "action": {
        "default_popup": "index.html",
        "default_title": "JWT Decoder"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    }
}