Address Center

Get the LAN (local) and WAN (global) and proxy IP address of your machine.

Address Centerとは何ですか?

Address Centerはhttp://address.centerによって開発されたChromeの拡張機能で、その主な機能は「Get the LAN (local) and WAN (global) and proxy IP address of your machine.」です。

拡張機能のスクリーンショット

screenshot

Address Center拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}