Whois DNS Lookup

Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.

Was ist Whois DNS Lookup?

Whois DNS Lookup ist eine Chrome-Erweiterung, die von sammeras2 entwickelt wurde, und ihr Hauptmerkmal ist "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.".

Erweiterungsscreenshots

screenshot

Whois DNS Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whois DNS Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Simple perform DNS Lookups in One Click from the navigation bar.

Whois DNS Lookup, Just click a button to perform a WHOIS on the current page's URL or typed-in URL. Does not add any bulk or features you'll never need.

This is an extremely light-weight extension which adds a small WHOIS button next to your address bar. This allows you to perform WHOIS queries very quickly and easily.                    

Grundlegende Informationen zur Erweiterung

Name Whois DNS Lookup Whois DNS Lookup
ID kaedaldnckgpodmmncgdaolnbgmmapic
Offizielle URL https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic
Beschreibung Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Dateigröße 7.53 KB
Installationsanzahl 120
Aktuelle Version 10.36
Letztes Update 2014-06-17
Veröffentlichungsdatum 2014-06-17
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler sammeras2
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "dnschecker.js"
        ]
    },
    "browser_action": {
        "default_icon": "16.png"
    },
    "description": "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.",
    "icons": {
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Whois DNS Lookup",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "unlimitedStorage",
        "webNavigation",
        "storage"
    ],
    "version": "10.36"
}