IP Checker

Detects your browsers current external IP and stores this in a local history.

IP Checker là gì?

IP Checker là một tiện ích mở rộng Chrome được phát triển bởi TC S, và tính năng chính của nó là "Detects your browsers current external IP and stores this in a local history.".

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

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

                        Detects your browsers current external IP and stores this in a local (localstorage) history.

Uses the API from ip-api.com.

Want to contribute or make your own version?
https://github.com/tcskrovseth/IP-Checker                    

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

Tên IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
URL Chính Thức https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Mô tả Detects your browsers current external IP and stores this in a local history.
Kích Thước Tệp 21.31 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-12-14
Ngày Phát Hành 2014-12-14
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TC S
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tcskrovseth/IP-Checker
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Checker",
    "description": "Detects your browsers current external IP and stores this in a local history.",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/ip-api.com\/json"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "index.html"
    }
}