MeIP

Resolve website's IP from multiple locations.

MeIPとは何ですか?

MeIPはhttps://www.horza.orgによって開発されたChromeの拡張機能で、その主な機能は「Resolve website's IP from multiple locations.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Find out your IP address
Resolve website's IP address from several DNS servers worldwide

You would use it to check if your website's new DNS record has propagated across the global DNS infrastructure, or if it's distributed as expected by your CDN.
It also comes in handy if you want to know if some site is on CDN.                    

拡張機能の基本情報

名前 MeIP MeIP
ID lfgiknopmkijdfjgphnnneekcifigefk
公式URL https://chromewebstore.google.com/detail/meip/lfgiknopmkijdfjgphnnneekcifigefk
説明 Resolve website's IP from multiple locations.
ファイルサイズ 162 KB
インストール数 71
現在のバージョン 0.9.2
最終更新日 2018-10-10
公開日 2018-10-09
開発者 https://www.horza.org
支払い方法 free
拡張機能のウェブサイト https://www.horza.org/page/projects/meip/
ヘルプページのURL https://www.horza.org/page/projects/meip/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeIP",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Resolve website's IP from multiple locations.",
    "homepage_url": "https:\/\/www.horza.org\/page\/projects\/meip\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "meip"
    },
    "permissions": [
        "https:\/\/ip.horza.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ip.horza.org; object-src 'self'; default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *"
}