DNS lookup - HTTP status
Analyze domain dns zone and http status
Cos'è DNS lookup - HTTP status?
DNS lookup - HTTP status è un'estensione di Chrome sviluppata da Sylvain M Marc-Andre G, e la sua funzione principale è "Analyze domain dns zone and http status".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DNS lookup - HTTP status
Scarica i file di estensione DNS lookup - HTTP status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Resolve DNS zone and check http status Informazioni di Base sull'Estensione
| Nome | |
| ID | ldofhkbmbgplenhclhekpidbmgecnehb |
| URL Ufficiale | https://chromewebstore.google.com/detail/dns-lookup-http-status/ldofhkbmbgplenhclhekpidbmgecnehb |
| Descrizione | Analyze domain dns zone and http status |
| Dimensione del File | 92.57 KB |
| Conteggio Installazioni | 527 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2018-07-06 |
| Data di Pubblicazione | 2018-07-06 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Sylvain M Marc-Andre G |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ns-lookup.io |
| Lingue Supportate | 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'"
} | |