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.

Co to jest Whois DNS Lookup?

Whois DNS Lookup to rozszerzenie Chrome opracowane przez sammeras2, a jego główną funkcją jest „Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Whois DNS Lookup

Pobierz pliki rozszerzeń Whois DNS Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Whois DNS Lookup Whois DNS Lookup
ID kaedaldnckgpodmmncgdaolnbgmmapic
Oficjalny URL https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic
Opis Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Rozmiar pliku 7.53 KB
Liczba instalacji 120
Aktualna Wersja 10.36
Ostatnia Aktualizacja 2014-06-17
Data Publikacji 2014-06-17
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper sammeras2
Typ Płatności free
Obsługiwane Języki 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"
}