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 扩展基本信息
| 名称 | |
| ID | ldofhkbmbgplenhclhekpidbmgecnehb |
| 官方URL | 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'"
} | |