Show Server IP

Show the IPs that were queried in loading the Site.

Show Server IP là gì?

Show Server IP là một tiện ích mở rộng Chrome được phát triển bởi bongokarl101010, và tính năng chính của nó là "Show the IPs that were queried in loading the Site.".

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

screenshot

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

Tải xuống các tệp mở rộng Show Server 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 the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

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

Tên Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL Chính Thức https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Mô tả Show the IPs that were queried in loading the Site.
Kích Thước Tệp 28.31 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2017-10-10
Ngày Phát Hành 2017-10-08
Nhà Phát Triển bongokarl101010
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}