JWT.io Viewer
Open selected JWT in jwt.io debugger
JWT.io Viewer क्या है?
JWT.io Viewer elcimar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open selected JWT in jwt.io debugger"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JWT.io Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |