Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Was ist Retrieve IP and DNS information?

Retrieve IP and DNS information ist eine Chrome-Erweiterung, die von Wiard van Rij entwickelt wurde, und ihr Hauptmerkmal ist "Retrieve IP and DNS information for the current webpage".

Erweiterungsscreenshots

screenshot

Retrieve IP and DNS information-Erweiterungs-CRX-Datei herunterladen

Laden Sie Retrieve IP and DNS information-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
Offizielle URL https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
Beschreibung Retrieve IP and DNS information for the current webpage
Dateigröße 7.79 KB
Installationsanzahl 278
Aktuelle Version 1.1
Letztes Update 2018-04-04
Veröffentlichungsdatum 2018-04-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Wiard van Rij
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sysrant.com
Hilfeseite URL https://www.sysrant.com
Unterstützte Sprachen 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",
        ""
    ]
}