NsLookup - Find DNS Records

A simple and powerful tool for querying DNS records

NsLookup - Find DNS Records란 무엇입니까?

NsLookup - Find DNS Records은(는) https://nslookup.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple and powerful tool for querying DNS records"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NsLookup - Find DNS Records 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find DNS records in 1 click

★ Bypass DNS caching
None of the DNS records are ever cached by NsLookup, so you're sure to get a fresh set of records every time.

★ Explore DNS topologies
Click through to other domains to see their DNS records.

★ Global DNS propagation
Query DNS records from different locations to gauge the propagation process.

★ Discover root causes
Quickly browse through a domain's DNS structure to find the root cause of connectivity issues.

NsLookup shows all the DNS records for the website you're visiting. It has support for popular DNS servers like Google DNS, CloudFlare DNS and OpenDNS, but also local DNS servers all over the world.                    

확장 프로그램 기본 정보

이름 NsLookup - Find DNS Records NsLookup - Find DNS Records
ID kedbaefjfjpplphppofakpfldhimhcio
공식 URL https://chromewebstore.google.com/detail/nslookup-find-dns-records/kedbaefjfjpplphppofakpfldhimhcio
설명 A simple and powerful tool for querying DNS records
파일 크기 32.4 KB
설치 횟수 3,000
현재 버전 2.0.0
최근 업데이트 2022-04-25
출시 날짜 2020-09-09
평점 2.67/5 총 3 개의 평점
개발자 https://nslookup.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nslookup.io
도움말 페이지 URL https://www.nslookup.io/contact-us/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NsLookup - Find DNS Records",
    "version": "2.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "A simple and powerful tool for querying DNS records",
    "homepage_url": "https:\/\/www.nslookup.io",
    "short_name": "NsLookup.io",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "Ruurtjan Pul",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "View DNS records",
        "chrome_style": false
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Nslookup.io",
            "keyword": "nslookup.io",
            "search_url": "https:\/\/www.nslookup.io\/dns-records\/{searchTerms}",
            "favicon_url": "https:\/\/www.nslookup.io\/img\/favicon.png",
            "suggest_url": "https:\/\/www.nslookup.io\/search\/suggest\/{searchTerms}",
            "encoding": "UTF-8",
            "is_default": false
        }
    }
}