Swagger Token Manager
An extension to manage swagger auth tokens. That applies bearer token with a single click.
Swagger Token Manager क्या है?
Swagger Token Manager minhaz1217 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to manage swagger auth tokens. That applies bearer token with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Swagger Token Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Motivation - When working with swagger, I had to keep track of 10+ different JWT token. I used to do that by saving all these in a file and copy pasting them when I need one of them. Another problem was that every time I had to reload the page the token would get removed and I would have to apply the token all over again. So I made this extension to do all these. It can apply token in swagger UI page. Or it can copy to clipboard. Features - - Ability to apply token in the swagger ui (the website) - Ability to copy token to clipboard. - Ability to add profile with token - Ability to edit or delete profile
एक्सटेंशन की मूल जानकारी
नाम | Swagger Token Manager |
ID | eglckgnbpfmpdjjljhgkolgpggfiknio |
आधिकारिक URL | https://chromewebstore.google.com/detail/swagger-token-manager/eglckgnbpfmpdjjljhgkolgpggfiknio |
विवरण | An extension to manage swagger auth tokens. That applies bearer token with a single click. |
फ़ाइल का आकार | 609 KB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2022-11-21 |
प्रकाशन तिथि | 2022-11-01 |
डेवलपर | minhaz1217 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.minhazul.com/ |
सहायता पृष्ठ URL | https://github.com/minhaz1217/swagger-profile |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swagger Token Manager", "version": "1.2.1", "description": "An extension to manage swagger auth tokens. That applies bearer token with a single click.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-16.png" }, "permissions": [ "scripting", "storage" ], "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "action": { "name": "Swagger Profile Manager", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-16.png" }, "default_title": "Swagger Profile Manager", "default_popup": "popup\/index.html", "browser_style": true } } |