RackVM Argentina - IP Address

Your public IP address, with just one click.

Co je RackVM Argentina - IP Address?

RackVM Argentina - IP Address je rozšíření Chrome vyvinuté https://www.rackvm.com.ar, a jeho hlavní funkcí je „Your public IP address, with just one click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RackVM Argentina - IP Address

Stáhněte si soubory rozšíření RackVM Argentina - IP Address ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název RackVM Argentina - IP Address RackVM Argentina - IP Address
ID kflenddfnalfbplnfmifihimelnbcdcb
Oficiální URL https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb
Popis Your public IP address, with just one click.
Velikost souboru 6.92 KB
Počet instalací 26
Aktuální Verze 2.1
Poslední Aktualizace 2012-11-13
Datum Vydání 2012-11-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.rackvm.com.ar
Typ Platby free
Webové stránky Rozšíření http://www.rackvm.com.ar
Podporované Jazyky 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\/"
    ]
}