IP location query

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

什么是IP location query?

IP location query是由379522770开发的Chrome扩展程序,该扩展的主要功能是“1: Display the current website server address and national flag; 2: Locate physical addresses by IP”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载IP location query扩展crx文件

下载IP location query扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 IP location query IP location query
ID bdclcbikdajogncdpmobifajhbajddap
官方URL https://chrome.google.com/webstore/detail/ip%E5%AE%9A%E4%BD%8D%E6%9F%A5%E8%AF%A2/bdclcbikdajogncdpmobifajhbajddap
简介 1: Display the current website server address and national flag; 2: Locate physical addresses by IP
文件大小 519 KB
安装次数 624
当前版本 2.2.3
更新时间 2021-09-04
上架时间 2020-12-30
评分 3.20/5 共5次评分
开发者 379522770
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ip.lhyhq.cn
隐私政策页面URL https://www.lhyhq.cn/privacy.html
支持的语言 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"
}