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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eureka extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}