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
Eメール [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"
    ]
}