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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}