ip-x-x-x-x.ec2.internal to IPs

Converts all the ip-x-x-x-x.ec2.internal to it's IP format

Cos'è ip-x-x-x-x.ec2.internal to IPs?

ip-x-x-x-x.ec2.internal to IPs è un'estensione di Chrome sviluppata da https://ashwanthkumar.in, e la sua funzione principale è "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ip-x-x-x-x.ec2.internal to IPs

Scarica i file di estensione ip-x-x-x-x.ec2.internal to IPs 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

                        If you've ever been frustrated by the `.ec2.internal` domain names on your hadoop / spark clusters? Especially when you want to view the Task logs and the chrome shows you "DNS not resolved"? Then this plugin is for you.

The plugin transforms all "ip-x-x-x-x.ec2.internal" on links to "x.x.x.x" (IP Address). So as long as you can access the IP address directly from your chrome, it should work.                    

Informazioni di Base sull'Estensione

Nome ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
URL Ufficiale https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Descrizione Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Dimensione del File 16.16 KB
Conteggio Installazioni 34
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-12-15
Data di Pubblicazione 2016-07-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://ashwanthkumar.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ashwanthkumar/chrome-ec2.internal
URL della Pagina di Aiuto https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ip-x-x-x-x.ec2.internal to IPs",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Converts all the ip-x-x-x-x.ec2.internal to it's IP format",
    "homepage_url": "https:\/\/github.com\/ashwanthkumar\/chrome-ec2.internal",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/link-changer.js"
            ]
        }
    ]
}