IP Address Lookup & Domain Whois

Easy and quick way to find out your current IP address.

IP Address Lookup & Domain Whoisคืออะไร?

IP Address Lookup & Domain Whois เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://1a.org และคุณลักษณะหลักของมันคือ "Easy and quick way to find out your current IP address."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย IP Address Lookup & Domain Whois ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The easiest way to find your IP address! Display your IP address, system information and geo-location easily with 1-click. You can also do a quick whois record lookup on the active tab or any web site you want. It shows you domain information like owner email, registrant, registrar, creation date, expire date, server ip address and server location.                    

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

ชื่อ IP Address Lookup & Domain Whois IP Address Lookup & Domain Whois
ID ononjccmbkfllkjbpfemimejdlgihanj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ip-address-lookup-domain/ononjccmbkfllkjbpfemimejdlgihanj
คำอธิบาย Easy and quick way to find out your current IP address.
ขนาดไฟล์ 2.52 MB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-02-11
วันที่เผยแพร่ 2016-02-11
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://1a.org
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://1a.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Address Lookup & Domain Whois",
    "description": "Easy and quick way to find out your current IP address.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/1aorg-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ]
}