Address Center
Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Address Center क्या है?
Address Center http://address.center द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the LAN (local) and WAN (global) and proxy IP address of your machine."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Address Center एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |