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 là gì?

ip-x-x-x-x.ec2.internal to IPs là một tiện ích mở rộng Chrome được phát triển bởi https://ashwanthkumar.in, và tính năng chính của nó là "Converts all the ip-x-x-x-x.ec2.internal to it's IP format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ip-x-x-x-x.ec2.internal to IPs

Tải xuống các tệp mở rộng ip-x-x-x-x.ec2.internal to IPs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ip-x-x-x-x.ec2.internal to IPs ip-x-x-x-x.ec2.internal to IPs
ID fjgpmnicfiedkeikinlmbpjloefhgnef
URL Chính Thức https://chromewebstore.google.com/detail/ip-x-x-x-xec2internal-to/fjgpmnicfiedkeikinlmbpjloefhgnef
Mô tả Converts all the ip-x-x-x-x.ec2.internal to it's IP format
Kích Thước Tệp 16.16 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-12-15
Ngày Phát Hành 2016-07-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ashwanthkumar.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ashwanthkumar/chrome-ec2.internal
URL Trang Trợ Giúp https://github.com/ashwanthkumar/chrome-ec2.internal/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}