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
官方網址 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
電子郵箱 [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"
    }
}