Highlight IP Lookup

Find the city, state, country code of the selected (highlighted) IP address in the active tab.

Highlight IP Lookup란 무엇입니까?

Highlight IP Lookup은(는) Cornally에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the city, state, country code of the selected (highlighted) IP address in the active tab."입니다.

확장 프로그램 스크린샷

screenshot

Highlight IP Lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Highlight an IP address or host and click the extension's icon in the active tab to locate the city, state, and country code of the respective host.                    

확장 프로그램 기본 정보

이름 Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
공식 URL https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
설명 Find the city, state, country code of the selected (highlighted) IP address in the active tab.
파일 크기 43.41 KB
설치 횟수 993
현재 버전 0.1.7
최근 업데이트 2022-04-02
출시 날짜 2017-05-23
평점 5.00/5 총 7 개의 평점
개발자 Cornally
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://conartists.co/highlight-ip-lookup/index.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight IP Lookup",
    "description": "Find the city, state, country code of the selected (highlighted) IP address in the active tab.",
    "version": "0.1.7",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}