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