Address Center
Get the LAN (local) and WAN (global) and proxy IP address of your machine.
Apa itu Address Center?
Address Center adalah ekstensi Chrome yang dikembangkan oleh http://address.center, dan fitur utamanya adalah "Get the LAN (local) and WAN (global) and proxy IP address of your machine.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Address Center
Unduh file ekstensi Address Center dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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'.
Informasi Dasar Ekstensi
Nama | |
ID | ihekpjbhoealaddfhobdmoeookjghhod |
URL Resmi | https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod |
Deskripsi | Get the LAN (local) and WAN (global) and proxy IP address of your machine. |
Ukuran File | 54.52 KB |
Jumlah Instalasi | 192 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2016-03-18 |
Tanggal Publikasi | 2016-03-18 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | http://address.center |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://address.center/ |
URL Halaman Kebijakan Privasi | http://address.center/static/privacypolicy.html |
Bahasa yang Didukung | 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\/" ] } |