RackVM Argentina - IP Address

Your public IP address, with just one click.

Wat is RackVM Argentina - IP Address?

RackVM Argentina - IP Address is een Chrome-extensie ontwikkeld door https://www.rackvm.com.ar, en de belangrijkste functie is "Your public IP address, with just one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RackVM Argentina - IP Address

Download RackVM Argentina - IP Address-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam RackVM Argentina - IP Address RackVM Argentina - IP Address
ID kflenddfnalfbplnfmifihimelnbcdcb
Officiële URL https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb
Beschrijving Your public IP address, with just one click.
Bestandsgrootte 6.92 KB
Aantal Installaties 26
Huidige Versie 2.1
Laatst Bijgewerkt 2012-11-13
Publicatiedatum 2012-11-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.rackvm.com.ar
Betalingswijze free
Extensiewebsite http://www.rackvm.com.ar
Ondersteunde Talen 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\/"
    ]
}