DNS lookup - HTTP status

Analyze domain dns zone and http status

Apa itu DNS lookup - HTTP status?

DNS lookup - HTTP status adalah ekstensi Chrome yang dikembangkan oleh Sylvain M Marc-Andre G, dan fitur utamanya adalah "Analyze domain dns zone and http status".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DNS lookup - HTTP status

Unduh file ekstensi DNS lookup - HTTP status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Resolve DNS zone and check http status                    

Informasi Dasar Ekstensi

Nama DNS lookup - HTTP status DNS lookup - HTTP status
ID ldofhkbmbgplenhclhekpidbmgecnehb
URL Resmi https://chromewebstore.google.com/detail/dns-lookup-http-status/ldofhkbmbgplenhclhekpidbmgecnehb
Deskripsi Analyze domain dns zone and http status
Ukuran File 92.57 KB
Jumlah Instalasi 527
Versi Saat Ini 1.6
Terakhir Diperbarui 2018-07-06
Tanggal Publikasi 2018-07-06
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Sylvain M Marc-Andre G
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ns-lookup.io
Bahasa yang Didukung 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'"
}