View My IP

This extension shows you your current IP and geo-location information fast and conveniently

Cos'è View My IP?

View My IP è un'estensione di Chrome sviluppata da http://vmyip.com, e la sua funzione principale è "This extension shows you your current IP and geo-location information fast and conveniently".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione View My IP

Scarica i file di estensione View My IP 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 help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.                    

Informazioni di Base sull'Estensione

Nome View My IP View My IP
ID mgjbnpghbpameejpejjehncamlookcco
URL Ufficiale https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco
Descrizione This extension shows you your current IP and geo-location information fast and conveniently
Dimensione del File 10.28 KB
Conteggio Installazioni 52
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-07-23
Data di Pubblicazione 2015-07-23
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore http://vmyip.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View My IP",
    "short_name": "VmyIP",
    "description": "This extension shows you your current IP and geo-location information fast and conveniently",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "View My IP Information"
    },
    "permissions": [
        "webRequest",
        "https:\/\/vmyip.com\/"
    ]
}