Swagger Ui Themes

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

什么是Swagger Ui Themes?

Swagger Ui Themes是由AMoreaux开发的Chrome扩展程序,该扩展的主要功能是“All themes of https://github.com/ostranme/swagger-ui-themes in an extension”。

扩展截图

screenshot
screenshot

下载Swagger Ui Themes扩展crx文件

下载Swagger Ui Themes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Swagger Ui Themes 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"
    ]
}