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.

Whois DNS Lookup là gì?

Whois DNS Lookup là một tiện ích mở rộng Chrome được phát triển bởi sammeras2, và tính năng chính của nó là "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whois DNS Lookup

Tải xuống các tệp mở rộng Whois DNS Lookup 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whois DNS Lookup Whois DNS Lookup
ID kaedaldnckgpodmmncgdaolnbgmmapic
URL Chính Thức https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic
Mô tả Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Kích Thước Tệp 7.53 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 10.36
Cập Nhật Lần Cuối 2014-06-17
Ngày Phát Hành 2014-06-17
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sammeras2
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}