swagger-ui
A Vue Browser Extension
swagger-uiとは何ですか?
swagger-uiはs.ivankorobchukによって開発されたChromeの拡張機能で、その主な機能は「A Vue Browser Extension」です。
拡張機能のスクリーンショット
swagger-ui拡張機能のCRXファイルをダウンロード
swagger-ui拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A handy and stylish swagger wrapper that provides the user with additional content management tools such as search, copy and easy navigation. The current extension aims to improve UX and is only used for swagger documentation.
拡張機能の基本情報
名前 | swagger-ui |
ID | hcfmggfckgblikfakbmmknfnhkohbcec |
公式URL | https://chromewebstore.google.com/detail/swagger-ui/hcfmggfckgblikfakbmmknfnhkohbcec |
説明 | A Vue Browser Extension |
ファイルサイズ | 1.1 MB |
インストール数 | 256 |
現在のバージョン | 0.1.1 |
最終更新日 | 2022-01-12 |
公開日 | 2022-01-07 |
開発者 | s.ivankorobchuk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "A Vue Browser Extension", "default_locale": "en", "permissions": [ "storage", "background", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |