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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}