IP location query

1: Display the current website server address and national flag; 2: Locate physical addresses by IP

IP location query là gì?

IP location query là một tiện ích mở rộng Chrome được phát triển bởi 379522770, và tính năng chính của nó là "1: Display the current website server address and national flag; 2: Locate physical addresses by IP".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

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

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

                        1: Display the current site server address with the flag.
2: Right click the mouse to query the current location of the server.
3: Select the text, and then right-click the mouse to quickly query IP address information and geographical location.                    

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

Tên IP location query IP location query
ID bdclcbikdajogncdpmobifajhbajddap
URL Chính Thức https://chrome.google.com/webstore/detail/ip%E5%AE%9A%E4%BD%8D%E6%9F%A5%E8%AF%A2/bdclcbikdajogncdpmobifajhbajddap
Mô tả 1: Display the current website server address and national flag; 2: Locate physical addresses by IP
Kích Thước Tệp 519 KB
Số Lần Cài Đặt 624
Phiên Bản Hiện Tại 2.2.3
Cập Nhật Lần Cuối 2021-09-04
Ngày Phát Hành 2020-12-30
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển 379522770
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ip.lhyhq.cn
URL Trang Chính Sách Bảo Mật https://www.lhyhq.cn/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "homepage_url": "https:\/\/ip.lhyhq.cn",
    "version": "2.2.3",
    "author": "\u4eca\u665a\u4e0a\u5c71\u6253\u8001\u864e",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "common.min.js",
            "background-server.min.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*.svg",
        "*.jpg",
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "common.min.js",
                "content-web-address.min.js"
            ]
        }
    ],
    "default_locale": "zh_CN"
}