Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Retrieve IP and DNS informationとは何ですか?

Retrieve IP and DNS informationはWiard van Rijによって開発されたChromeの拡張機能で、その主な機能は「Retrieve IP and DNS information for the current webpage」です。

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

screenshot

Retrieve IP and DNS information拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        IP info
IP information
DNS info
DNS information

Retrieve IP and DNS information for the current webpage.

Show IP for the current site
Show Reverse DNS (PTR record)
Nameserver(s) for the PTR record

Show ip address for a website
Search for an IP adress                    

拡張機能の基本情報

名前 Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
公式URL https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
説明 Retrieve IP and DNS information for the current webpage
ファイルサイズ 7.79 KB
インストール数 278
現在のバージョン 1.1
最終更新日 2018-04-04
公開日 2018-04-04
評価 5.00/5 合計 3 レビュー
開発者 Wiard van Rij
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.sysrant.com
ヘルプページのURL https://www.sysrant.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retrieve IP and DNS information",
    "short_name": "IP and DNS info",
    "description": "Retrieve IP and DNS information for the current webpage",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}