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'est-ce que ip-x-x-x-x.ec2.internal to IPs ?

ip-x-x-x-x.ec2.internal to IPs est une extension Chrome développée par https://ashwanthkumar.in, et sa fonction principale est "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ip-x-x-x-x.ec2.internal to IPs

Téléchargez les fichiers d'extension ip-x-x-x-x.ec2.internal to IPs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
URL Officiel https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Description Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Taille du Fichier 16.16 KB
Nombre d'Installations 34
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-12-15
Date de Publication 2016-07-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://ashwanthkumar.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ashwanthkumar/chrome-ec2.internal
URL de la Page d'Aide https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}