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
Eメール [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"
}