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

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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'.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Address Center Address Center
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\/"
    ]
}