Github Swagger UI Plugin
To embed swagger right in the github ui.
Cos'è Github Swagger UI Plugin?
Github Swagger UI Plugin è un'estensione di Chrome sviluppata da roush.kyle, e la sua funzione principale è "To embed swagger right in the github ui.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Swagger UI Plugin
Scarica i file di estensione Github Swagger UI Plugin 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
Informazioni di Base sull'Estensione
Nome | Github Swagger UI Plugin |
ID | moohmkbfklepjhmokajngagnnlblbcgn |
URL Ufficiale | https://chromewebstore.google.com/detail/github-swagger-ui-plugin/moohmkbfklepjhmokajngagnnlblbcgn |
Descrizione | To embed swagger right in the github ui. |
Dimensione del File | 395 KB |
Conteggio Installazioni | 148 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | roush.kyle |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "To embed swagger right in the github ui.", "manifest_version": 2, "name": "Github Swagger UI Plugin", "version": "1.1.1", "browser_action": { "default_popup": "popup\/Settings.html" }, "icons": { "48": "logos\/swagger-penguin-logo48.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "depend\/jquery.js", "depend\/swagger-ui.js", "swagger-plugin.js", "Script.js" ], "css": [ "depend\/swagger-ui.css", "swagger-pluggin.css" ] } ] } |