Address Center

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

Was ist Address Center?

Address Center ist eine Chrome-Erweiterung, die von http://address.center entwickelt wurde, und ihr Hauptmerkmal ist "Get the LAN (local) and WAN (global) and proxy IP address of your machine.".

Erweiterungsscreenshots

screenshot

Address Center-Erweiterungs-CRX-Datei herunterladen

Laden Sie Address Center-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Address Center Address Center
ID ihekpjbhoealaddfhobdmoeookjghhod
Offizielle URL https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod
Beschreibung Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Dateigröße 54.52 KB
Installationsanzahl 192
Aktuelle Version 1.1.2
Letztes Update 2016-03-18
Veröffentlichungsdatum 2016-03-18
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://address.center
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://address.center/
URL der Datenschutzrichtlinien-Seite http://address.center/static/privacypolicy.html
Unterstützte Sprachen 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\/"
    ]
}