Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Co to jest Swagger Ui Themes?
Swagger Ui Themes to rozszerzenie Chrome opracowane przez AMoreaux, a jego główną funkcją jest „All themes of https://github.com/ostranme/swagger-ui-themes in an extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Swagger Ui Themes
Pobierz pliki rozszerzeń Swagger Ui Themes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
Podstawowe informacje o rozszerzeniu
Nazwa | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
Oficjalny URL | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
Opis | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
Rozmiar pliku | 101 KB |
Liczba instalacji | 409 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-03-21 |
Data Publikacji | 2019-03-20 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | AMoreaux |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/AMoreaux/swagger-ui-themes-extension |
Obsługiwane Języki | 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" ] } |