Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Retrieve IP and DNS information란 무엇입니까?

Retrieve IP and DNS information은(는) Wiard van Rij에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retrieve IP and DNS information for the current webpage"입니다.

확장 프로그램 스크린샷

screenshot

Retrieve IP and DNS information 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IP info
IP information
DNS info
DNS information

Retrieve IP and DNS information for the current webpage.

Show IP for the current site
Show Reverse DNS (PTR record)
Nameserver(s) for the PTR record

Show ip address for a website
Search for an IP adress                    

확장 프로그램 기본 정보

이름 Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
공식 URL https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
설명 Retrieve IP and DNS information for the current webpage
파일 크기 7.79 KB
설치 횟수 278
현재 버전 1.1
최근 업데이트 2018-04-04
출시 날짜 2018-04-04
평점 5.00/5 총 3 개의 평점
개발자 Wiard van Rij
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sysrant.com
도움말 페이지 URL https://www.sysrant.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retrieve IP and DNS information",
    "short_name": "IP and DNS info",
    "description": "Retrieve IP and DNS information for the current webpage",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}