Domain Name Registration Data Lookup (WHOIS)

This tool gives you the ability to look up the registration data for domain names

Domain Name Registration Data Lookup (WHOIS)คืออะไร?

Domain Name Registration Data Lookup (WHOIS) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brian.girko และคุณลักษณะหลักของมันคือ "This tool gives you the ability to look up the registration data for domain names"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Domain Name Registration Data Lookup (WHOIS)

ดาวน์โหลดไฟล์ส่วนขยาย Domain Name Registration Data Lookup (WHOIS) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a developer tool to get information about the domain that belongs to the active tab or whatever URL that is submitted via the search box. The extension connects to one or more RDAP services and provides the following meta-information related to the domain:

  1. The domain name and its Registry Domain ID
  2. Domain transfer status
  3. Current active nameservers
  4. Important dates (Expiration and Creation)
  5. Registrar, technical, administrative and abuse contact info
  6. Delegation Signed status                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Domain Name Registration Data Lookup (WHOIS) Domain Name Registration Data Lookup (WHOIS)
ID adgbhhajdfejelgocchpbalomjopkfdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/domain-name-registration/adgbhhajdfejelgocchpbalomjopkfdm
คำอธิบาย This tool gives you the ability to look up the registration data for domain names
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-02-04
วันที่เผยแพร่ 2020-02-02
ผู้พัฒนา brian.girko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/whois.html
URL หน้าช่วยเหลือ https://add0n.com/whois.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.1",
    "name": "Domain Name Registration Data Lookup (WHOIS)",
    "description": "This tool gives you the ability to look up the registration data for domain names",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/www.namesilo.com\/rdap\/*",
        "*:\/\/rdap.verisign.com\/com\/*",
        "*:\/\/rdap.gandi.net\/domain\/*",
        "*:\/\/rdap.register.com\/rdap\/*"
    ],
    "homepage_url": "https:\/\/add0n.com\/whois.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/index.html"
    }
}