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

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

¿Qué es ip-x-x-x-x.ec2.internal to IPs?

ip-x-x-x-x.ec2.internal to IPs es una extensión de Chrome desarrollada por https://ashwanthkumar.in, y su función principal es "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ip-x-x-x-x.ec2.internal to IPs

Descarga archivos de extensión ip-x-x-x-x.ec2.internal to IPs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
URL Oficial https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Descripción Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Tamaño del Archivo 16.16 KB
Cantidad de Instalaciones 34
Versión Actual 1.0.1
Última Actualización 2021-12-15
Fecha de Publicación 2016-07-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://ashwanthkumar.in
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ashwanthkumar/chrome-ec2.internal
URL de la Página de Ayuda https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Idiomas Soportados 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"
            ]
        }
    ]
}