Eureka extension

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

What is Eureka extension?

Eureka extension is a Chrome extension developed by harshulpandav, and its main feature is "Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka".

Extension Screenshots

screenshot

Download Eureka extension Extension CRX File

Download Eureka extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Eureka extension Eureka extension
ID nbpjnonocileigejedefcfnkbbdbalnc
Official URL https://chromewebstore.google.com/detail/eureka-extension/nbpjnonocileigejedefcfnkbbdbalnc
Description Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka
File Size 41.88 KB
Installation Count 96
Current Version 0.0.3
Last Updated 2020-10-23
Publish Date 2020-10-15
Rating 5.00/5 Total 3 Ratings
Developer harshulpandav
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}