IP Whois
View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
IP Whois란 무엇입니까?
IP Whois은(는) Sergio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website."입니다.
확장 프로그램 스크린샷
IP Whois 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is designed to be fast and lightweight, allows you to view all information of any website: - Display the country flag of the website in the current tab. - Show the map, IPv4 and IPv6 adresses, hostname, and the hosting company/organization. - All DNS records. - Whois owner information. - Geolocalization (down to the city). - A fast link to the Wayback Machine. - SSL check tools. - White and dark theme support. - ... and much more Support the extension development! https://github.com/sponsors/SergiX44
확장 프로그램 기본 정보
이름 | IP Whois |
ID | mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
공식 URL | https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
설명 | View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website. |
파일 크기 | 335 KB |
설치 횟수 | 3,801 |
현재 버전 | 2.0.9 |
최근 업데이트 | 2024-01-26 |
출시 날짜 | 2018-10-13 |
평점 | 4.58/5 총 12 개의 평점 |
개발자 | Sergio |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/SergiX44 |
도움말 페이지 URL | https://mastodon.social/@sergiobrighenti |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Whois", "version": "2.0.9", "description": "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.", "manifest_version": 3, "icons": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" }, "background": { "service_worker": "src\/background\/index.js" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" } }, "permissions": [ "storage", "alarms", "tabs", "webNavigation" ] } |