The IP

A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.

The IP là gì?

The IP là một tiện ích mở rộng Chrome được phát triển bởi http://atool.vip, và tính năng chính của nó là "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".

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

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

                        A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.

Also, you can switch off the plugin just by CLICK the logo of it.

The plugin release the memory cache after use it, so very very low memory usage.                    

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

Tên The IP The IP
ID ehaiielehjkjaofolpmdmcjgffbeicck
URL Chính Thức https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck
Mô tả A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Kích Thước Tệp 23.15 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-07-09
Ngày Phát Hành 2018-07-09
Đánh Giá 4.60/5 Tổng số 20 Đánh Giá
Nhà Phát Triển http://atool.vip
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/hustcc
URL Trang Chính Sách Bảo Mật https://atool.vip
Ngôn Ngữ Được Hỗ Trợ en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/res\/js\/ajax.js",
            "\/res\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "\/res\/css\/contents\/ip.css"
            ],
            "js": [
                "\/res\/js\/contents\/ip.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_extDesp__",
    "name": "__MSG_extName__",
    "icons": {
        "128": "\/res\/icon\/icon.png",
        "64": "\/res\/icon\/icon.png",
        "32": "\/res\/icon\/icon.png",
        "16": "\/res\/icon\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "res\/icon\/icon.png",
            "38": "res\/icon\/icon.png"
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "storage"
    ],
    "version": "1.1.0"
}