swagger-viewer
Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.
Co je swagger-viewer?
swagger-viewer je rozšíření Chrome vyvinuté arx.8.dev, a jeho hlavní funkcí je „Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření swagger-viewer
Stáhněte si soubory rozšíření swagger-viewer 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í
Works completely offline.
## Demo
### Easy to convert
https://raw.githubusercontent.com/arx-8/swagger-viewer/main/README-Demo_1.gif
### Easy to expand / collapse
https://raw.githubusercontent.com/arx-8/swagger-viewer/main/README-Demo_2.gif
## Spec.
- Supported sites.
- GitHub
- Supported OpenAPI ver.
- 2.0
- 3.0
- Supported file ext.
- yaml
- yml
- json
## Usage
1. Install this app.
2. Open swagger page in GitHub.
- Try:
3. Click this app icon.
4. Have a good development!
## ChangeLog
https://github.com/arx-6/swagger-viewer/blob/main/CHANGELOG.md Základní Informace o Rozšíření
| Název | |
| ID | nfmkaonpdmaglhjjlggfhlndofdldfag |
| Oficiální URL | https://chromewebstore.google.com/detail/swagger-viewer/nfmkaonpdmaglhjjlggfhlndofdldfag |
| Popis | Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub. |
| Velikost souboru | 411 KB |
| Počet instalací | 12,394 |
| Aktuální Verze | 3.1.1 |
| Poslední Aktualizace | 2022-07-05 |
| Datum Vydání | 2020-04-04 |
| Hodnocení | 3.44/5 Celkem 9 Hodnocení |
| Vývojář | arx.8.dev |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/arx-8/swagger-viewer |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "3.1.1",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "src\/images\/icon-16.png",
"48": "src\/images\/icon-48.png",
"128": "src\/images\/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Convert!"
},
"options_ui": {
"page": "src\/options.html"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.content_scripts.ts.3ce163c6.e4d5cbf6.js"
],
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"assets\/content_scripts.ts.ec594941.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/github.com\/*"
],
"resources": [
"assets\/content_scripts.ts.3ce163c6.js"
],
"use_dynamic_url": true
}
]
} | |