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是由https://ashwanthkumar.in開發的Chrome擴展程式,該擴展的主要功能是“Converts all the ip-x-x-x-x.ec2.internal to it's IP format”。

擴展截圖

screenshot

下載ip-x-x-x-x.ec2.internal to IPs擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}