View My IP

This extension shows you your current IP and geo-location information fast and conveniently

View My IPคืออะไร?

View My IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://vmyip.com และคุณลักษณะหลักของมันคือ "This extension shows you your current IP and geo-location information fast and conveniently"

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

screenshot

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

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

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

                        This extension help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.                    

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

ชื่อ View My IP View My IP
ID mgjbnpghbpameejpejjehncamlookcco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco
คำอธิบาย This extension shows you your current IP and geo-location information fast and conveniently
ขนาดไฟล์ 10.28 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-07-23
วันที่เผยแพร่ 2015-07-23
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://vmyip.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View My IP",
    "short_name": "VmyIP",
    "description": "This extension shows you your current IP and geo-location information fast and conveniently",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "View My IP Information"
    },
    "permissions": [
        "webRequest",
        "https:\/\/vmyip.com\/"
    ]
}