Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Swagger Ui Themes क्या है?
Swagger Ui Themes AMoreaux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All themes of https://github.com/ostranme/swagger-ui-themes in an extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Swagger Ui Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
एक्सटेंशन की मूल जानकारी
नाम | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
आधिकारिक URL | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
विवरण | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 409 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-03-21 |
प्रकाशन तिथि | 2019-03-20 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | AMoreaux |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AMoreaux/swagger-ui-themes-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swagger Ui Themes", "version": "1.0", "description": "All themes of https:\/\/github.com\/ostranme\/swagger-ui-themes in an extension", "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "themes\/*" ], "permissions": [ "activeTab", "storage" ] } |