Address Center

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

¿Qué es Address Center?

Address Center es una extensión de Chrome desarrollada por http://address.center, y su función principal es "Get the LAN (local) and WAN (global) and proxy IP address of your machine.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Address Center

Descarga archivos de extensión Address Center en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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'.                    

Información Básica de la Extensión

Nombre Address Center Address Center
ID ihekpjbhoealaddfhobdmoeookjghhod
URL Oficial https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod
Descripción Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Tamaño del Archivo 54.52 KB
Cantidad de Instalaciones 192
Versión Actual 1.1.2
Última Actualización 2016-03-18
Fecha de Publicación 2016-03-18
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador http://address.center
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://address.center/
URL de la Página de Política de Privacidad http://address.center/static/privacypolicy.html
Idiomas Soportados 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\/"
    ]
}