IPaddress.is IP address lookup

Shows your internet ip address and give you general details about an IP address.

IPaddress.is IP address lookup란 무엇입니까?

IPaddress.is IP address lookup은(는) https://ipaddress.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your internet ip address and give you general details about an IP address."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IPaddress.is IP address lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:

1.Display your internet ip address.
2.IP Address Lookup - Lets You Search for and Find Information About an IP Address including location, ISP, hostname etc.

IP Address Lookup
An IP address tells you where your visitor to your website is coming from. The same thing happens when you visit a website, a log will show where you are coming from.

For most people, their IP address will change each time they go online as most people will not have a fixed IP address. An IP address identifies the country and general area where you are coming from but does not identify who you are personally.

An IP address is a string of numbers that look like this – 1.4.255.255. To see where the IP address is located, you can perform an IP address LookUp at a website like http://ipaddress.is.                    

확장 프로그램 기본 정보

이름 IPaddress.is IP address lookup IPaddress.is IP address lookup
ID jkfennbngclgpnebihjpfdimddgiebdj
공식 URL https://chromewebstore.google.com/detail/ipaddressis-ip-address-lo/jkfennbngclgpnebihjpfdimddgiebdj
설명 Shows your internet ip address and give you general details about an IP address.
파일 크기 12.79 KB
설치 횟수 833
현재 버전 1.1
최근 업데이트 2013-11-16
출시 날짜 2013-11-16
평점 3.67/5 총 15 개의 평점
개발자 https://ipaddress.is
결제 유형 free
확장 프로그램 웹 사이트 http://ipaddress.is
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPaddress.is IP address lookup",
    "description": "Shows your internet ip address and give you general details about an IP address.",
    "version": "1.1",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2
}