Github Swagger UI Plugin
To embed swagger right in the github ui.
What is Github Swagger UI Plugin?
Github Swagger UI Plugin is a Chrome extension developed by roush.kyle, and its main feature is "To embed swagger right in the github ui.".
Extension Screenshots
Download Github Swagger UI Plugin Extension CRX File
Download Github Swagger UI Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Github Swagger UI Plugin |
ID | moohmkbfklepjhmokajngagnnlblbcgn |
Official URL | https://chromewebstore.google.com/detail/github-swagger-ui-plugin/moohmkbfklepjhmokajngagnnlblbcgn |
Description | To embed swagger right in the github ui. |
File Size | 395 KB |
Installation Count | 148 |
Current Version | 1.1.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | roush.kyle |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "To embed swagger right in the github ui.", "manifest_version": 2, "name": "Github Swagger UI Plugin", "version": "1.1.1", "browser_action": { "default_popup": "popup\/Settings.html" }, "icons": { "48": "logos\/swagger-penguin-logo48.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "depend\/jquery.js", "depend\/swagger-ui.js", "swagger-plugin.js", "Script.js" ], "css": [ "depend\/swagger-ui.css", "swagger-pluggin.css" ] } ] } |