IP Address Lookup & Domain Whois

Easy and quick way to find out your current IP address.

IP Address Lookup & Domain Whois란 무엇입니까?

IP Address Lookup & Domain Whois은(는) http://1a.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy and quick way to find out your current IP address."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IP Address Lookup & Domain Whois 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The easiest way to find your IP address! Display your IP address, system information and geo-location easily with 1-click. You can also do a quick whois record lookup on the active tab or any web site you want. It shows you domain information like owner email, registrant, registrar, creation date, expire date, server ip address and server location.                    

확장 프로그램 기본 정보

이름 IP Address Lookup & Domain Whois IP Address Lookup & Domain Whois
ID ononjccmbkfllkjbpfemimejdlgihanj
공식 URL https://chrome.google.com/webstore/detail/ip-address-lookup-domain/ononjccmbkfllkjbpfemimejdlgihanj
설명 Easy and quick way to find out your current IP address.
파일 크기 2.52 MB
설치 횟수 131
현재 버전 1.0
최근 업데이트 2016-02-11
출시 날짜 2016-02-11
평점 1.00/5 총 1 개의 평점
개발자 http://1a.org
결제 유형 free
확장 프로그램 웹 사이트 http://1a.org
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Address Lookup & Domain Whois",
    "description": "Easy and quick way to find out your current IP address.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/1aorg-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ]
}