RackVM Argentina - IP Address

Your public IP address, with just one click.

Cos'è RackVM Argentina - IP Address?

RackVM Argentina - IP Address è un'estensione di Chrome sviluppata da https://www.rackvm.com.ar, e la sua funzione principale è "Your public IP address, with just one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RackVM Argentina - IP Address

Scarica i file di estensione RackVM Argentina - IP Address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome RackVM Argentina - IP Address RackVM Argentina - IP Address
ID kflenddfnalfbplnfmifihimelnbcdcb
URL Ufficiale https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb
Descrizione Your public IP address, with just one click.
Dimensione del File 6.92 KB
Conteggio Installazioni 26
Versione Corrente 2.1
Ultimo Aggiornamento 2012-11-13
Data di Pubblicazione 2012-11-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.rackvm.com.ar
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rackvm.com.ar
Lingue Supportate 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\/"
    ]
}