DNS Into

Check DNS Report

DNS Intoとは何ですか?

DNS Intoはhttps://www.dnsinto.comによって開発されたChromeの拡張機能で、その主な機能は「Check DNS Report」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 DNS Into DNS Into
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
Eメール [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"
    ]
}