Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Co to jest Retrieve IP and DNS information?

Retrieve IP and DNS information to rozszerzenie Chrome opracowane przez Wiard van Rij, a jego główną funkcją jest „Retrieve IP and DNS information for the current webpage”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Retrieve IP and DNS information

Pobierz pliki rozszerzeń Retrieve IP and DNS information w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
Oficjalny URL https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
Opis Retrieve IP and DNS information for the current webpage
Rozmiar pliku 7.79 KB
Liczba instalacji 278
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-04-04
Data Publikacji 2018-04-04
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Wiard van Rij
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sysrant.com
Adres URL Strony Pomocy https://www.sysrant.com
Obsługiwane Języki 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",
        ""
    ]
}