Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Co je Swagger Ui Themes?
Swagger Ui Themes je rozšíření Chrome vyvinuté AMoreaux, a jeho hlavní funkcí je „All themes of https://github.com/ostranme/swagger-ui-themes in an extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Swagger Ui Themes
Stáhněte si soubory rozšíření Swagger Ui Themes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
Základní Informace o Rozšíření
Název | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
Oficiální URL | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
Popis | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
Velikost souboru | 101 KB |
Počet instalací | 409 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-03-21 |
Datum Vydání | 2019-03-20 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | AMoreaux |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/AMoreaux/swagger-ui-themes-extension |
Podporované Jazyky | 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" ] } |