What is my IP address?

What is my IP address?

What is my IP address? là gì?

What is my IP address? là một tiện ích mở rộng Chrome được phát triển bởi OpenAdminTools.com, và tính năng chính của nó là "What is my 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 What is my IP address?

Tải xuống các tệp mở rộng What is my IP address? 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

                        Detect the current public IP address, and display below details:

- IP Address
- IP whois information 
- Country Code
- Country
- City
- Latitude:	
- Longitude:                    

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

Tên What is my IP address? What is my IP address?
ID floedkhigbndbnimpflddnlefhopmfhc
URL Chính Thức https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc
Mô tả What is my IP address?
Kích Thước Tệp 275 KB
Số Lần Cài Đặt 3,840
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-07-04
Ngày Phát Hành 2019-07-03
Đánh Giá 4.51/5 Tổng số 202 Đánh Giá
Nhà Phát Triển OpenAdminTools.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.openadmintools.com
URL Trang Trợ Giúp https://ip.openadmintools.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "image\/logo-19.png",
            "38": "image\/logo-38.png"
        },
        "default_title": "What is my IP address?",
        "default_popup": "popup.html"
    },
    "description": "What is my IP address?",
    "icons": {
        "32": "image\/logo-32.png",
        "48": "image\/logo-48.png",
        "64": "image\/logo-64.png",
        "128": "image\/logo-128.png"
    },
    "web_accessible_resources": [
        "frame-ip.html",
        "jsr\/frame-ip.js"
    ],
    "name": "What is my IP address?",
    "permissions": [
        "*:\/\/*\/*"
    ]
}