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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | mmbhchnmidfdfbecginjphmijieofngc |
| 官方網址 | 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"
]
} | |