RackVM Argentina - IP Address

Your public IP address, with just one click.

RackVM Argentina - IP Addressคืออะไร?

RackVM Argentina - IP Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rackvm.com.ar และคุณลักษณะหลักของมันคือ "Your public IP address, with just one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RackVM Argentina - IP Address

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

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

                        This extension has a very basic but useful mean, you will have your public IP address in just one click, indeed without click you'll see it in icon tooltip.

The IP Address is displayed in a input box so copy will be very easy!

We'll keep it updated, if you like more utility extensions please leave your comment.

RackVM Argentina,
Nicolás Genen                    

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

ชื่อ RackVM Argentina - IP Address RackVM Argentina - IP Address
ID kflenddfnalfbplnfmifihimelnbcdcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb
คำอธิบาย Your public IP address, with just one click.
ขนาดไฟล์ 6.92 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2012-11-13
วันที่เผยแพร่ 2012-11-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.rackvm.com.ar
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.rackvm.com.ar
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RackVM Argentina - IP Address",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Your public IP address, with just one click.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "ipext.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/ip.rackvm.com.ar\/"
    ]
}