Eureka extension

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

Cos'è Eureka extension?

Eureka extension è un'estensione di Chrome sviluppata da harshulpandav, e la sua funzione principale è "Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eureka extension

Scarica i file di estensione Eureka extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Eureka extension Eureka extension
ID nbpjnonocileigejedefcfnkbbdbalnc
URL Ufficiale https://chromewebstore.google.com/detail/eureka-extension/nbpjnonocileigejedefcfnkbbdbalnc
Descrizione Adds an inline swagger link and application info payload for ease of access to list of spring boot applications registered in Eureka
Dimensione del File 41.88 KB
Conteggio Installazioni 96
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-10-23
Data di Pubblicazione 2020-10-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore harshulpandav
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}