IP Whois

View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.

IP Whois là gì?

IP Whois là một tiện ích mở rộng Chrome được phát triển bởi Sergio, và tính năng chính của nó là "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension is designed to be fast and lightweight, allows you to view all information of any website:
- Display the country flag of the website in the current tab.
- Show the map, IPv4 and IPv6 adresses, hostname, and the hosting company/organization.
- All DNS records.
- Whois owner information.
- Geolocalization (down to the city).
- A fast link to the Wayback Machine.
- SSL check tools.
- White and dark theme support.
- ... and much more

Support the extension development!
https://github.com/sponsors/SergiX44                    

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

Tên IP Whois IP Whois
ID mpkpmgnjhejeodcbfaphaenpkkjdfbgo
URL Chính Thức https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo
Mô tả View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
Kích Thước Tệp 335 KB
Số Lần Cài Đặt 3,801
Phiên Bản Hiện Tại 2.0.9
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2018-10-13
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Sergio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SergiX44
URL Trang Trợ Giúp https://mastodon.social/@sergiobrighenti
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Whois",
    "version": "2.0.9",
    "description": "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "32": "src\/assets\/icons\/icon32.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon16.png",
            "32": "src\/assets\/icons\/icon32.png",
            "48": "src\/assets\/icons\/icon48.png",
            "128": "src\/assets\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "webNavigation"
    ]
}