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 |
| 官方網址 | 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"
]
} | |