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.

Hvad er Whois DNS Lookup?

Whois DNS Lookup er en Chrome-udvidelse udviklet af sammeras2, og dens hovedfunktion er "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.".

Udvidelsesskærmbilleder

screenshot

Download Whois DNS Lookup-udvidelses-CRX-fil

Download Whois DNS Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Whois DNS Lookup Whois DNS Lookup
ID kaedaldnckgpodmmncgdaolnbgmmapic
Officiel URL https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic
Beskrivelse Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Filstørrelse 7.53 KB
Antal Installationer 120
Nuværende Version 10.36
Senest Opdateret 2014-06-17
Udgivelsesdato 2014-06-17
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler sammeras2
Betalingsmetode free
Understøttede Sprog 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"
}