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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
            ]
        }
    ]
}