Swagger Ui Themes

All themes of https://github.com/ostranme/swagger-ui-themes in an extension

What is Swagger Ui Themes?

Swagger Ui Themes is a Chrome extension developed by AMoreaux, and its main feature is "All themes of https://github.com/ostranme/swagger-ui-themes in an extension".

Extension Screenshots

screenshot
screenshot

Download Swagger Ui Themes Extension CRX File

Download Swagger Ui Themes 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

                        Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.                    

Extension Basic Information

Name Swagger Ui Themes Swagger Ui Themes
ID mmbhchnmidfdfbecginjphmijieofngc
Official URL https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc
Description All themes of https://github.com/ostranme/swagger-ui-themes in an extension
File Size 101 KB
Installation Count 409
Current Version 1.0
Last Updated 2019-03-21
Publish Date 2019-03-20
Rating 4.50/5 Total 2 Ratings
Developer AMoreaux
Email [email protected]
Payment Type free
Extension Website https://github.com/AMoreaux/swagger-ui-themes-extension
Supported Languages 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"
    ]
}