Domain Name Registration Data Lookup (WHOIS)
This tool gives you the ability to look up the registration data for domain names
Domain Name Registration Data Lookup (WHOIS)란 무엇입니까?
Domain Name Registration Data Lookup (WHOIS)은(는) brian.girko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool gives you the ability to look up the registration data for domain names"입니다.
확장 프로그램 스크린샷
Domain Name Registration Data Lookup (WHOIS) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a developer tool to get information about the domain that belongs to the active tab or whatever URL that is submitted via the search box. The extension connects to one or more RDAP services and provides the following meta-information related to the domain: 1. The domain name and its Registry Domain ID 2. Domain transfer status 3. Current active nameservers 4. Important dates (Expiration and Creation) 5. Registrar, technical, administrative and abuse contact info 6. Delegation Signed status
확장 프로그램 기본 정보
이름 | Domain Name Registration Data Lookup (WHOIS) |
ID | adgbhhajdfejelgocchpbalomjopkfdm |
공식 URL | https://chromewebstore.google.com/detail/domain-name-registration/adgbhhajdfejelgocchpbalomjopkfdm |
설명 | This tool gives you the ability to look up the registration data for domain names |
파일 크기 | 154 KB |
설치 횟수 | 66 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2020-02-04 |
출시 날짜 | 2020-02-02 |
개발자 | brian.girko |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/whois.html |
도움말 페이지 URL | https://add0n.com/whois.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.1", "name": "Domain Name Registration Data Lookup (WHOIS)", "description": "This tool gives you the ability to look up the registration data for domain names", "permissions": [ "storage", "activeTab", "*:\/\/www.namesilo.com\/rdap\/*", "*:\/\/rdap.verisign.com\/com\/*", "*:\/\/rdap.gandi.net\/domain\/*", "*:\/\/rdap.register.com\/rdap\/*" ], "homepage_url": "https:\/\/add0n.com\/whois.html", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "browser_action": { "default_popup": "data\/popup\/index.html" } } |