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

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

O que é ip-x-x-x-x.ec2.internal to IPs?

ip-x-x-x-x.ec2.internal to IPs é uma extensão do Chrome desenvolvida por https://ashwanthkumar.in, e sua principal característica é "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ip-x-x-x-x.ec2.internal to IPs

Baixe arquivos de extensão ip-x-x-x-x.ec2.internal to IPs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Tamanho do Arquivo 16.16 KB
Contagem de Instalações 34
Versão Atual 1.0.1
Última Atualização 2021-12-15
Data de Publicação 2016-07-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://ashwanthkumar.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ashwanthkumar/chrome-ec2.internal
URL da Página de Ajuda https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Idiomas Suportados 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"
            ]
        }
    ]
}