Address Center
Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Τι είναι το Address Center;
Το Address Center είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://address.center, και η κύρια λειτουργία του είναι "Get the LAN (local) and WAN (global) and proxy IP address of your machine.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Address Center
Λήψη αρχείων επέκτασης Address Center σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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'.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ihekpjbhoealaddfhobdmoeookjghhod |
Επίσημο URL | https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod |
Περιγραφή | Get the LAN (local) and WAN (global) and proxy IP address of your machine. |
Μέγεθος Αρχείου | 54.52 KB |
Αριθμός Εγκαταστάσεων | 192 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2016-03-18 |
Ημερομηνία Δημοσίευσης | 2016-03-18 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://address.center |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://address.center/ |
URL της Σελίδας Πολιτικής Απορρήτου | http://address.center/static/privacypolicy.html |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |