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

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

Co je ip-x-x-x-x.ec2.internal to IPs?

ip-x-x-x-x.ec2.internal to IPs je rozšíření Chrome vyvinuté https://ashwanthkumar.in, a jeho hlavní funkcí je „Converts all the ip-x-x-x-x.ec2.internal to it's IP format“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ip-x-x-x-x.ec2.internal to IPs

Stáhněte si soubory rozšíření ip-x-x-x-x.ec2.internal to IPs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
Oficiální URL https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Popis Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Velikost souboru 16.16 KB
Počet instalací 34
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-12-15
Datum Vydání 2016-07-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://ashwanthkumar.in
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ashwanthkumar/chrome-ec2.internal
URL Stránky Nápovědy https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Podporované Jazyky 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"
            ]
        }
    ]
}