Address Center
Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Wat is Address Center?
Address Center is een Chrome-extensie ontwikkeld door http://address.center, en de belangrijkste functie is "Get the LAN (local) and WAN (global) and proxy IP address of your machine.".
Extensie Screenshots
Download het CRX-bestand van de extensie Address Center
Download Address Center-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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'.
Basisinformatie over de Extensie
Naam | |
ID | ihekpjbhoealaddfhobdmoeookjghhod |
Officiële URL | https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod |
Beschrijving | Get the LAN (local) and WAN (global) and proxy IP address of your machine. |
Bestandsgrootte | 54.52 KB |
Aantal Installaties | 192 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2016-03-18 |
Publicatiedatum | 2016-03-18 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://address.center |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://address.center/ |
URL van de Privacybeleid Pagina | http://address.center/static/privacypolicy.html |
Ondersteunde Talen | 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\/" ] } |