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

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

Wat is ip-x-x-x-x.ec2.internal to IPs?

ip-x-x-x-x.ec2.internal to IPs is een Chrome-extensie ontwikkeld door https://ashwanthkumar.in, en de belangrijkste functie is "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ip-x-x-x-x.ec2.internal to IPs

Download ip-x-x-x-x.ec2.internal to IPs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
Officiële URL https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Beschrijving Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Bestandsgrootte 16.16 KB
Aantal Installaties 34
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-12-15
Publicatiedatum 2016-07-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://ashwanthkumar.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ashwanthkumar/chrome-ec2.internal
Help Pagina-URL https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}