IP Whois

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

什么是IP Whois?

IP Whois是由Sergio开发的Chrome扩展程序,该扩展的主要功能是“View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载IP Whois扩展crx文件

下载IP Whois扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 IP Whois IP Whois
ID mpkpmgnjhejeodcbfaphaenpkkjdfbgo
官方URL https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo
简介 View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
文件大小 335 KB
安装次数 3,801
当前版本 2.0.9
更新时间 2024-01-26
上架时间 2018-10-13
评分 4.58/5 共12次评分
开发者 Sergio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/SergiX44
帮助页面URL https://mastodon.social/@sergiobrighenti
支持的语言 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"
    ]
}