My Public IP

Displays your public IP address and the country that it belongs to.

My Public IPคืออะไร?

My Public IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ml และคุณลักษณะหลักของมันคือ "Displays your public IP address and the country that it belongs to."

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

screenshot
screenshot

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

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

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

                        Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.                    

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

ชื่อ My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
คำอธิบาย Displays your public IP address and the country that it belongs to.
ขนาดไฟล์ 262 KB
จำนวนการติดตั้ง 250
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-03-03
วันที่เผยแพร่ 2020-04-22
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ml
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Public IP",
    "description": "Displays your public IP address and the country that it belongs to.",
    "version": "1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "My Public IP"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}