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
Eメール [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"
    ]
}