JWT.io Viewer
Open selected JWT in jwt.io debugger
ما هو JWT.io Viewer؟
JWT.io Viewer هو إضافة Chrome تم تطويرها بواسطة elcimar، والميزة الرئيسية لها هي "Open selected JWT in jwt.io debugger".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JWT.io Viewer
قم بتنزيل ملفات الامتداد JWT.io Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows the user to select any jwt text, right click on it and then shows an option in context menu to debug the jwt in jwt.io's website. Note: This extension does not store any data and has no affiliation with jwt.io.
معلومات أساسية عن التمديد
الاسم | JWT.io Viewer |
ID | efkhfgbbhofjjlkangnpokofoojchffc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jwtio-viewer/efkhfgbbhofjjlkangnpokofoojchffc |
الوصف | Open selected JWT in jwt.io debugger |
حجم الملف | 10.79 KB |
عدد التثبيتات | 148 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-06-30 |
تاريخ النشر | 2023-06-29 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | elcimar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JWT.io Viewer", "description": "Open selected JWT in jwt.io debugger", "version": "1.0", "permissions": [ "contextMenus" ], "host_permissions": [ "*:\/\/jwt.io\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |