Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Vad är Retrieve IP and DNS information?

Retrieve IP and DNS information är en Chrome-tillägg utvecklad av Wiard van Rij, och dess huvudfunktion är "Retrieve IP and DNS information for the current webpage".

Tilläggsskärmbilder

screenshot

Ladda ner Retrieve IP and DNS information-förlängningens CRX-fil

Ladda ner Retrieve IP and DNS information-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
Officiell webbadress https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
Beskrivning Retrieve IP and DNS information for the current webpage
Filstorlek 7.79 KB
Antal Installationer 278
Aktuell Version 1.1
Senast Uppdaterad 2018-04-04
Publiceringsdatum 2018-04-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Wiard van Rij
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.sysrant.com
Hjälpsida URL https://www.sysrant.com
Stödda Språk 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",
        ""
    ]
}