MeIP

Resolve website's IP from multiple locations.

MeIP là gì?

MeIP là một tiện ích mở rộng Chrome được phát triển bởi https://www.horza.org, và tính năng chính của nó là "Resolve website's IP from multiple locations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MeIP

Tải xuống các tệp mở rộng MeIP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MeIP MeIP
ID lfgiknopmkijdfjgphnnneekcifigefk
URL Chính Thức https://chromewebstore.google.com/detail/meip/lfgiknopmkijdfjgphnnneekcifigefk
Mô tả Resolve website's IP from multiple locations.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.9.2
Cập Nhật Lần Cuối 2018-10-10
Ngày Phát Hành 2018-10-09
Nhà Phát Triển https://www.horza.org
Loại Thanh Toán free
Trang Web Mở Rộng https://www.horza.org/page/projects/meip/
URL Trang Trợ Giúp https://www.horza.org/page/projects/meip/
Ngôn Ngữ Được Hỗ Trợ 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 *"
}