Address Center

Get the LAN (local) and WAN (global) and proxy IP address of your machine.

Cos'è Address Center?

Address Center è un'estensione di Chrome sviluppata da http://address.center, e la sua funzione principale è "Get the LAN (local) and WAN (global) and proxy IP address of your machine.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Address Center

Scarica i file di estensione Address Center 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

                        Simple extension to display your wan, lan and proxy (if any) addresses and copy to clipboard with a single click. 

Useful if you are tired of typing ifconfig (or ipconfig). 

Additionally it is easier to use this extension or tell a user to enter address.center in the browser to access the web page version to get their ip address than 'start/run/ipconfig'.                    

Informazioni di Base sull'Estensione

Nome Address Center Address Center
ID ihekpjbhoealaddfhobdmoeookjghhod
URL Ufficiale https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod
Descrizione Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Dimensione del File 54.52 KB
Conteggio Installazioni 192
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-03-18
Data di Pubblicazione 2016-03-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://address.center
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://address.center/
URL della Pagina della Politica sulla Privacy http://address.center/static/privacypolicy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Address Center",
    "description": "Get the LAN (local) and WAN (global) and proxy IP address of your machine.",
    "version": "1.1.2",
    "author": "Attila Monostori",
    "homepage_url": "http:\/\/address.center\/",
    "short_name": "Address Center",
    "browser_action": {
        "default_icon": "images\/address-center-logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "96": "images\/favicon-96x96.png",
        "128": "images\/address-center-logo-128.png",
        "420": "images\/address-center-logo.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}