Swagger Ui Themes
All themes of https://github.com/ostranme/swagger-ui-themes in an extension
Что такое Swagger Ui Themes?
Swagger Ui Themes - это расширение Chrome, разработанное AMoreaux, и его основная функция - "All themes of https://github.com/ostranme/swagger-ui-themes in an extension".
Снимки экрана расширения
Скачать файл CRX расширения Swagger Ui Themes
Скачайте файлы расширений Swagger Ui Themes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.
Основная информация о расширении
Название | Swagger Ui Themes |
ID | mmbhchnmidfdfbecginjphmijieofngc |
Официальный URL | https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc |
Описание | All themes of https://github.com/ostranme/swagger-ui-themes in an extension |
Размер файла | 101 KB |
Количество установок | 409 |
Текущая Версия | 1.0 |
Последнее Обновление | 2019-03-21 |
Дата публикации | 2019-03-20 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | AMoreaux |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/AMoreaux/swagger-ui-themes-extension |
Поддерживаемые языки | 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" ] } |