DNS lookup - HTTP status
Analyze domain dns zone and http status
什麼是DNS lookup - HTTP status?
DNS lookup - HTTP status是由Sylvain M Marc-Andre G開發的Chrome擴展程式,該擴展的主要功能是“Analyze domain dns zone and http status”。
擴展截圖
下載DNS lookup - HTTP status擴展crx文件
下載DNS lookup - HTTP status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Resolve DNS zone and check http status
擴展基本資訊
名稱 | DNS lookup - HTTP status |
ID | ldofhkbmbgplenhclhekpidbmgecnehb |
官方網址 | https://chromewebstore.google.com/detail/dns-lookup-http-status/ldofhkbmbgplenhclhekpidbmgecnehb |
簡介 | Analyze domain dns zone and http status |
檔案大小 | 92.57 KB |
安裝次數 | 527 |
目前版本 | 1.6 |
更新時間 | 2018-07-06 |
上架時間 | 2018-07-06 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Sylvain M Marc-Andre G |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ns-lookup.io |
支援的語言 | 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'" } |