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

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

Hvad er ip-x-x-x-x.ec2.internal to IPs?

ip-x-x-x-x.ec2.internal to IPs er en Chrome-udvidelse udviklet af https://ashwanthkumar.in, og dens hovedfunktion er "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Udvidelsesskærmbilleder

screenshot

Download ip-x-x-x-x.ec2.internal to IPs-udvidelses-CRX-fil

Download ip-x-x-x-x.ec2.internal to IPs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
Officiel URL https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Beskrivelse Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Filstørrelse 16.16 KB
Antal Installationer 34
Nuværende Version 1.0.1
Senest Opdateret 2021-12-15
Udgivelsesdato 2016-07-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://ashwanthkumar.in
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ashwanthkumar/chrome-ec2.internal
Hjælpeside-URL https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Understøttede Sprog 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"
            ]
        }
    ]
}