Show External IP

Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.

Show External IP là gì?

Show External IP là một tiện ích mở rộng Chrome được phát triển bởi Lewis Roberts, và tính năng chính của nó là "Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.".

Ả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 Show External IP

Tải xuống các tệp mở rộng Show External IP 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

                        Show External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window.

If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.                    

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

Tên Show External IP Show External IP
ID bajpeikcdohkooafedafajhfkacihiod
URL Chính Thức https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod
Mô tả Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
Kích Thước Tệp 12.11 KB
Số Lần Cài Đặt 2,204
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-08-31
Ngày Phát Hành 2015-08-31
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Lewis Roberts
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show External IP",
    "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "showextip.html",
        "default_title": "Show External IP"
    },
    "permissions": [
        "https:\/\/showextip.azurewebsites.net\/"
    ]
}