Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
O que é Swagger Ui Themes?
Swagger Ui Themes é uma extensão do Chrome desenvolvida por AMoreaux, e sua principal característica é "All themes of https://github.com/ostranme/swagger-ui-themes in an extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swagger Ui Themes
Baixe arquivos de extensão Swagger Ui Themes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
Informações Básicas da Extensão
Nome | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
URL Oficial | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
Descrição | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 409 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-21 |
Data de Publicação | 2019-03-20 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | AMoreaux |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/AMoreaux/swagger-ui-themes-extension |
Idiomas Suportados | 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" ] } |