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
Eメール [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"
            ]
        }
    ]
}