Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Vad är Swagger Ui Themes?
Swagger Ui Themes är en Chrome-tillägg utvecklad av AMoreaux, och dess huvudfunktion är "All themes of https://github.com/ostranme/swagger-ui-themes in an extension".
Tilläggsskärmbilder
Ladda ner Swagger Ui Themes-förlängningens CRX-fil
Ladda ner Swagger Ui Themes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
Grundläggande Information om Tillägg
Namn | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
Officiell webbadress | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
Beskrivning | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
Filstorlek | 101 KB |
Antal Installationer | 409 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-03-21 |
Publiceringsdatum | 2019-03-20 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | AMoreaux |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/AMoreaux/swagger-ui-themes-extension |
Stödda Språk | 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" ] } |