IP

Get's your public/private IP address

IP là gì?

IP là một tiện ích mở rộng Chrome được phát triển bởi Kalin Ivanov, và tính năng chính của nó là "Get's your public/private IP address".

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

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

                        Shows your public IP address as well as your private one. 
Uses STUN server and UDP protocol to resolve the IP
Notifications if Private or Public IP address change                    

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

Tên IP IP
ID delkinfpajdmdkheaoilmmghhhoeoaic
URL Chính Thức https://chromewebstore.google.com/detail/ip/delkinfpajdmdkheaoilmmghhhoeoaic
Mô tả Get's your public/private IP address
Kích Thước Tệp 31.97 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2015-04-28
Ngày Phát Hành 2015-04-28
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kalin Ivanov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP",
    "manifest_version": 2,
    "version": "0.2.6",
    "minimum_chrome_version": "32",
    "description": "Get's your public\/private IP address",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "64": "ip.png",
        "128": "ip_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "ip.png",
            "128": "ip_128.png"
        }
    }
}