Swagger Auto Auth
Auto authenticates swagger api endpoints page.
Swagger Auto Authとは何ですか?
Swagger Auto Authはtotaldebug.llcによって開発されたChromeの拡張機能で、その主な機能は「Auto authenticates swagger api endpoints page.」です。
拡張機能のスクリーンショット
Swagger Auto Auth拡張機能のCRXファイルをダウンロード
Swagger Auto Auth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that will automatically fill out an API key of your choice for a swagger ui page. The extension stores the API key using chrome.storage, which means it syncs across devices. We take no responsibility regarding any leak of API keys, or other security issues. (source code:: https://github.com/Totalbug92/AutoAuthSwagger )
拡張機能の基本情報
名前 | Swagger Auto Auth |
ID | oeomghcplmcmkicdkdjdfngkafblepgn |
公式URL | https://chromewebstore.google.com/detail/swagger-auto-auth/oeomghcplmcmkicdkdjdfngkafblepgn |
説明 | Auto authenticates swagger api endpoints page. |
ファイルサイズ | 363 KB |
インストール数 | 129 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2021-05-15 |
公開日 | 2021-05-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | totaldebug.llc |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Totalbug92/AutoAuthSwagger |
ヘルプページのURL | https://github.com/Totalbug92/AutoAuthSwagger |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swagger Auto Auth", "description": "Auto authenticates swagger api endpoints page.", "version": "0.0.0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "\/images\/icon\/key_icon128.png" } }, "icons": { "128": "\/images\/icon\/key_icon128.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ " |