DNS Into
Check DNS Report
什么是DNS Into?
DNS Into是由https://www.dnsinto.com开发的Chrome扩展程序,该扩展的主要功能是“Check DNS Report”。
扩展截图
下载DNS Into扩展crx文件
下载DNS Into扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DNS INTO is a simple extension to view the DNS report for any website in the fly, just click on the icon to check the dns report. easy , simple and fast report. 扩展基本信息
| 名称 | |
| ID | kfpbaajciibncaiinecmpamifjkkiahe |
| 官方URL | https://chromewebstore.google.com/detail/dns-into/kfpbaajciibncaiinecmpamifjkkiahe |
| 简介 | Check DNS Report |
| 文件大小 | 116 KB |
| 安装次数 | 104 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-05-23 |
| 上架时间 | 2017-05-22 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | https://www.dnsinto.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DNS Into",
"short_name": "DNSINTO",
"version": "1.0",
"description": "Check DNS Report ",
"icons": {
"48": "img\/48.png",
"16": "img\/16.png",
"128": "img\/128.png"
},
"browser_action": {
"default_icon": "img\/128.png",
"default_title": "DNS INTO Report",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs"
]
} | |