DNSSEC Validator

Shows DNSSEC status

Co to jest DNSSEC Validator?

DNSSEC Validator to rozszerzenie Chrome opracowane przez CZ.NIC Labs, a jego główną funkcją jest „Shows DNSSEC status”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DNSSEC Validator

Pobierz pliki rozszerzeń DNSSEC Validator 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

                        DNSSEC Validator (2.1.0 version)

DNSSEC Validator is a web browser add-on, which allows you to check the existence and validity of DNS Security Extensions (DNSSEC) records related to domain names in the address of the webpage currently displayed in your browser window. The result of this check is displayed using colour keys and information texts in the page’s address bar. For more imformation and/or troubleshooting consult the project's homepage (http://www.dnssec-validator.cz/documentation.html).

Works for Chrome: Windows 32-bit, Linux x86/x86_64, Mac OS X x86/x86_64

Note: If you have already installed this extension in development mode, you have to remove it manually before installing the version from Web Store repository. After the installation of the DNSSEC Validator 2.1.0 please check the settings of the installed add-on. It should be reset to the default value "Without resolver". This value will provide correct behaviour of the validation process on most internet connections.

DNSSEC Validator contains binary NPAPI plug-in, thus you will get the warning "This extension can access all webpages you visit and all files on the computer." upon installation. However, only thing that is accessed is the system resolver setting.

A nice 3-rd party howto on installation and usage can be found at http://www.internetsociety.org/deploy360/resources/how-to-add-dnssec-support-to-google-chrome/.                    

Podstawowe informacje o rozszerzeniu

Nazwa DNSSEC Validator DNSSEC Validator
ID hpmbmjbcmglolhjdcbicfdhmgmcoeknm
Oficjalny URL https://chromewebstore.google.com/detail/dnssec-validator/hpmbmjbcmglolhjdcbicfdhmgmcoeknm
Opis Shows DNSSEC status
Rozmiar pliku 6.82 MB
Liczba instalacji 209
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2014-01-29
Data Publikacji 2014-01-29
Ocena 3.80/5 Łącznie 30 Oceny
Deweloper CZ.NIC Labs
Typ Płatności free
Strona Rozszerzenia http://www.dnssec-validator.cz
Adres URL Strony Pomocy http://www.dnssec-validator.cz/documentation.html
Obsługiwane Języki de,en,cs
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "author": "CZ.NIC Labs",
    "description": "Shows DNSSEC status",
    "icons": {
        "128": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "name": "DNSSEC Validator",
    "options_page": "options.html?4,0,8.8.8.8",
    "page_action": {
        "default_icon": "dnssec_init.png",
        "default_title": "DNSSEC Validator",
        "popup": "popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "plugins": [
        {
            "path": "npDNSSECValidatorPlugin.dll"
        },
        {
            "path": "npDNSSECValidatorPlugin_x86.so"
        },
        {
            "path": "npDNSSECValidatorPlugin_x64.so"
        },
        {
            "path": "npDNSSECValidatorPlugin.plugin"
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0"
}