DNSSEC Validator
Shows DNSSEC status
DNSSEC Validator là gì?
DNSSEC Validator là một tiện ích mở rộng Chrome được phát triển bởi CZ.NIC Labs, và tính năng chính của nó là "Shows DNSSEC status".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DNSSEC Validator
Tải xuống các tệp mở rộng DNSSEC Validator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DNSSEC Validator |
ID | feijekkdahhnjbhpiffgejphmokchdbo |
URL Chính Thức | https://chromewebstore.google.com/detail/dnssec-validator/feijekkdahhnjbhpiffgejphmokchdbo |
Mô tả | Shows DNSSEC status |
Kích Thước Tệp | 87.29 KB |
Số Lần Cài Đặt | 2,589 |
Phiên Bản Hiện Tại | 2.2.0.3 |
Cập Nhật Lần Cuối | 2014-09-04 |
Ngày Phát Hành | 2014-09-04 |
Đánh Giá | 3.75/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | CZ.NIC Labs |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dnssec-validator.cz/pages/download.html#package |
URL Trang Trợ Giúp | https://www.dnssec-validator.cz/documentation.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |