Swagger-UI
将 Swagger-UI 打包成 Chrome 扩展,支持主题切换
Cos'è Swagger-UI?
Swagger-UI è un'estensione di Chrome sviluppata da jiayx, e la sua funzione principale è "将 Swagger-UI 打包成 Chrome 扩展,支持主题切换".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swagger-UI
Scarica i file di estensione Swagger-UI 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
Wrapped the latest swagger-ui and supports theme switching (right extension click icon, click option to switch) 包装了最新的 swagger-ui,并支持主题切换(右键扩展图标,点击选项切换) bug report https://github.com/jiayx/swagger-ui-chrome
Informazioni di Base sull'Estensione
Nome | Swagger-UI |
ID | liacakmdhalagfjlfdofigfoiocghoej |
URL Ufficiale | https://chromewebstore.google.com/detail/swagger-ui/liacakmdhalagfjlfdofigfoiocghoej |
Descrizione | 将 Swagger-UI 打包成 Chrome 扩展,支持主题切换 |
Dimensione del File | 455 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-02-10 |
Data di Pubblicazione | 2020-04-06 |
Valutazione | 3.80/5 Totale 5 Valutazioni |
Sviluppatore | jiayx |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jiayx/swagger-ui-chrome |
URL della Pagina di Aiuto | https://github.com/jiayx/swagger-ui-chrome/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Swagger-UI", "icons": { "128": "swagger\/favicon-32x32.png" }, "description": "\u5c06 Swagger-UI \u6253\u5305\u6210 Chrome \u6269\u5c55\uff0c\u652f\u6301\u4e3b\u9898\u5207\u6362", "version": "1.4", "action": { "default_icon": { "16": "swagger\/favicon-16x16.png", "32": "swagger\/favicon-32x32.png" }, "default_title": "Swagger-UI" }, "background": { "service_worker": "src\/background.js" }, "options_page": "src\/options.html", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*:*\/" ] } |