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
电子邮箱 [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"
    }
}