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

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

Τι είναι το ip-x-x-x-x.ec2.internal to IPs;

Το ip-x-x-x-x.ec2.internal to IPs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ashwanthkumar.in, και η κύρια λειτουργία του είναι "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ip-x-x-x-x.ec2.internal to IPs

Λήψη αρχείων επέκτασης ip-x-x-x-x.ec2.internal to IPs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
Επίσημο URL https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Περιγραφή Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Μέγεθος Αρχείου 16.16 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-12-15
Ημερομηνία Δημοσίευσης 2016-07-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://ashwanthkumar.in
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ashwanthkumar/chrome-ec2.internal
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}