DNSSEC Validator

Shows DNSSEC status

Что такое DNSSEC Validator?

DNSSEC Validator - это расширение Chrome, разработанное CZ.NIC Labs, и его основная функция - "Shows DNSSEC status".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения DNSSEC Validator

Скачайте файлы расширений DNSSEC Validator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        DNSSEC Validator is an add-on for the web browser, which allows you to check the existence and validity of DNSSEC DNS records for domain names in the address of the page 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.

IMPORTANT! This add-on communicates with an external binary application through the native messaging interface. The binary application is required for correct working of the add-on. The binary can be downloaded from www.dnssec-validator.cz/pages/download.html#package. Keep in mind that the version of the binary and of the extension must match.                    

Основная информация о расширении

Название DNSSEC Validator DNSSEC Validator
ID feijekkdahhnjbhpiffgejphmokchdbo
Официальный URL https://chromewebstore.google.com/detail/dnssec-validator/feijekkdahhnjbhpiffgejphmokchdbo
Описание Shows DNSSEC status
Размер файла 87.29 KB
Количество установок 2,589
Текущая Версия 2.2.0.3
Последнее Обновление 2014-09-04
Дата публикации 2014-09-04
Рейтинг 3.75/5 Всего 28 оценок
Разработчик CZ.NIC Labs
Тип оплаты free
Официальный сайт расширения https://www.dnssec-validator.cz/pages/download.html#package
URL страницы помощи https://www.dnssec-validator.cz/documentation.html
Поддерживаемые языки de,en,pl,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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",
    "short_name": "DNSSEC",
    "options_page": "options.html?4,0,217.31.204.130",
    "page_action": {
        "default_icon": "dnssec_init.png",
        "default_title": "DNSSEC Validator",
        "popup": "popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "permissions": [
        "tabs",
        "webRequest",
        "nativeMessaging",
        "*:\/\/*\/*"
    ],
    "version": "2.2.0.3"
}