Eureka extension

Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka

Eureka extensionとは何ですか?

Eureka extensionはharshulpandavによって開発されたChromeの拡張機能で、その主な機能は「Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka」です。

拡張機能のスクリーンショット

screenshot

Eureka extension拡張機能のCRXファイルをダウンロード

Eureka extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a swagger link for ease of access to list of applications registered in Eureka                    

拡張機能の基本情報

名前 Eureka extension Eureka extension
ID nbpjnonocileigejedefcfnkbbdbalnc
公式URL https://chromewebstore.google.com/detail/eureka-extension/nbpjnonocileigejedefcfnkbbdbalnc
説明 Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka
ファイルサイズ 41.88 KB
インストール数 96
現在のバージョン 0.0.3
最終更新日 2020-10-23
公開日 2020-10-15
評価 5.00/5 合計 3 レビュー
開発者 harshulpandav
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eureka extension",
    "version": "0.0.3",
    "description": "Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka",
    "author": "Harshul Pandav",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}