Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Cos'è Swagger Ui Themes?
Swagger Ui Themes è un'estensione di Chrome sviluppata da AMoreaux, e la sua funzione principale è "All themes of https://github.com/ostranme/swagger-ui-themes in an extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swagger Ui Themes
Scarica i file di estensione Swagger Ui Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger. Informazioni di Base sull'Estensione
| Nome | |
| ID | mmbhchnmidfdfbecginjphmijieofngc |
| URL Ufficiale | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
| Descrizione | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
| Dimensione del File | 101 KB |
| Conteggio Installazioni | 409 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-03-21 |
| Data di Pubblicazione | 2019-03-20 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | AMoreaux |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/AMoreaux/swagger-ui-themes-extension |
| Lingue Supportate | 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"
]
} | |