Who.is Lookup

Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.

Who.is Lookup란 무엇입니까?

Who.is Lookup은(는) Miguel Batres에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Who.is Lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. 
Easiest way to lookup a domains Registrar Info, Important Dates, Name Servers & Raw Registrar Data! Just click the Who.is icon and be directed to the Who.is results! 
I am in no way affiliated with Name.com or Who.is, I felt the need to make a good Who is Lookup Extension. So here it is! Hope you enjoy it, and is useful! 
(I have permission from Name.com to use Name and Logo's)                    

확장 프로그램 기본 정보

이름 Who.is Lookup Who.is Lookup
ID dfoplpgihamfobjlgeefieflfbpnpffg
공식 URL https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg
설명 Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
파일 크기 11.43 KB
설치 횟수 4,078
현재 버전 1.0
최근 업데이트 2017-01-16
출시 날짜 2017-01-16
평점 3.70/5 총 10 개의 평점
개발자 Miguel Batres
결제 유형 free
확장 프로그램 웹 사이트 http://batres.co/
도움말 페이지 URL http://who.is/
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Who.is Lookup",
    "version": "1.0",
    "description": "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Who.is Lookup"
    }
}