RackVM Argentina - IP Address

Your public IP address, with just one click.

RackVM Argentina - IP Address क्या है?

RackVM Argentina - IP Address https://www.rackvm.com.ar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your public IP address, with just one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RackVM Argentina - IP Address एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}