Show Server IP

Show the IPs that were queried in loading the Site.

Show Server IPคืออะไร?

Show Server IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bongokarl101010 และคุณลักษณะหลักของมันคือ "Show the IPs that were queried in loading the Site."

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

screenshot

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

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

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

                        Show the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

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

ชื่อ Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
คำอธิบาย Show the IPs that were queried in loading the Site.
ขนาดไฟล์ 28.31 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2017-10-10
วันที่เผยแพร่ 2017-10-08
ผู้พัฒนา bongokarl101010
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}