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
官方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"
            ]
        }
    ]
}