IPaddress.is IP address lookup

Shows your internet ip address and give you general details about an IP address.

IPaddress.is IP address lookup là gì?

IPaddress.is IP address lookup là một tiện ích mở rộng Chrome được phát triển bởi https://ipaddress.is, và tính năng chính của nó là "Shows your internet ip address and give you general details about an IP address.".

Ả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 IPaddress.is IP address lookup

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

                        Features:

1.Display your internet ip address.
2.IP Address Lookup - Lets You Search for and Find Information About an IP Address including location, ISP, hostname etc.

IP Address Lookup
An IP address tells you where your visitor to your website is coming from. The same thing happens when you visit a website, a log will show where you are coming from.

For most people, their IP address will change each time they go online as most people will not have a fixed IP address. An IP address identifies the country and general area where you are coming from but does not identify who you are personally.

An IP address is a string of numbers that look like this – 1.4.255.255. To see where the IP address is located, you can perform an IP address LookUp at a website like http://ipaddress.is.                    

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

Tên IPaddress.is IP address lookup IPaddress.is IP address lookup
ID jkfennbngclgpnebihjpfdimddgiebdj
URL Chính Thức https://chromewebstore.google.com/detail/ipaddressis-ip-address-lo/jkfennbngclgpnebihjpfdimddgiebdj
Mô tả Shows your internet ip address and give you general details about an IP address.
Kích Thước Tệp 12.79 KB
Số Lần Cài Đặt 833
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-11-16
Ngày Phát Hành 2013-11-16
Đánh Giá 3.67/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://ipaddress.is
Loại Thanh Toán free
Trang Web Mở Rộng http://ipaddress.is
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPaddress.is IP address lookup",
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "version": "1.1",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2
}