IP Whois

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

IP Whoisคืออะไร?

IP Whois เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergio และคุณลักษณะหลักของมันคือ "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Whois

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}