DNS Lookup

Lookup DNS records for any domain name

DNS Lookupとは何ですか?

DNS Lookupはhttps://www.whatsmydns.netによって開発されたChromeの拡張機能で、その主な機能は「Lookup DNS records for any domain name」です。

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

screenshot
screenshot
screenshot

DNS Lookup拡張機能のCRXファイルをダウンロード

DNS Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The whatsmydns DNS Lookup extension for Google Chrome lets you quickly and easily see DNS records for the current website you are on, or any other domain name that you enter.

You can use the extension to see all the common DNS record types directly within Chrome without having to leave the page. This includes A, AAAA, CNAME, MX, NS, SOA, TXT, CAA, SRV, PTR, or even all records at once.

After performing a DNS lookup, you can easily check global DNS propagation using the full whatsmydns.net website.                    

拡張機能の基本情報

名前 DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
公式URL https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
説明 Lookup DNS records for any domain name
ファイルサイズ 63.16 KB
インストール数 4,114
現在のバージョン 0.2
最終更新日 2022-02-17
公開日 2022-02-17
評価 5.00/5 合計 2 レビュー
開発者 https://www.whatsmydns.net
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.whatsmydns.net/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DNS Lookup",
    "description": "Lookup DNS records for any domain name",
    "version": "0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "48": "\/images\/favicon-48x48.png",
            "128": "\/images\/favicon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "48": "\/images\/favicon-48x48.png",
        "128": "\/images\/favicon-128x128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}