DNS lookup - HTTP status

Analyze domain dns zone and http status

Was ist DNS lookup - HTTP status?

DNS lookup - HTTP status ist eine Chrome-Erweiterung, die von Sylvain M Marc-Andre G entwickelt wurde, und ihr Hauptmerkmal ist "Analyze domain dns zone and http status".

Erweiterungsscreenshots

screenshot

DNS lookup - HTTP status-Erweiterungs-CRX-Datei herunterladen

Laden Sie DNS lookup - HTTP status-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

                        Resolve DNS zone and check http status                    

Grundlegende Informationen zur Erweiterung

Name DNS lookup - HTTP status DNS lookup - HTTP status
ID ldofhkbmbgplenhclhekpidbmgecnehb
Offizielle URL https://chromewebstore.google.com/detail/dns-lookup-http-status/ldofhkbmbgplenhclhekpidbmgecnehb
Beschreibung Analyze domain dns zone and http status
Dateigröße 92.57 KB
Installationsanzahl 527
Aktuelle Version 1.6
Letztes Update 2018-07-06
Veröffentlichungsdatum 2018-07-06
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Sylvain M Marc-Andre G
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ns-lookup.io
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNS lookup - HTTP status",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Analyze domain dns zone and http status",
    "version": "1.6",
    "permissions": [
        "tabs",
        "https:\/\/ns-lookup.io\/"
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}