My IP Address

Find out your IP Address and other informations related to it.

My IP Addressとは何ですか?

My IP Addressはhttp://ipdetails.netによって開発されたChromeの拡張機能で、その主な機能は「Find out your IP Address and other informations related to it.」です。

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

screenshot
screenshot
screenshot

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

My IP Address拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        My IP Address application helps you find out your IP address. You wull also get detailed information about your ISP provider, country - display on the map, flag and other useful informations.                    

拡張機能の基本情報

名前 My IP Address My IP Address
ID ilhhkfecjchipknnnfldnihjkomopado
公式URL https://chrome.google.com/webstore/detail/my-ip-address/ilhhkfecjchipknnnfldnihjkomopado
説明 Find out your IP Address and other informations related to it.
ファイルサイズ 4.75 KB
インストール数 292
現在のバージョン 1.1
最終更新日 2013-06-15
公開日 2013-06-15
評価 2.20/5 合計 5 レビュー
開発者 http://ipdetails.net
支払い方法 free
拡張機能のウェブサイト http://www.ipdetails.net
対応言語 en
manifest.json
{
    "manifest_version": 2,
    "name": "My IP Address",
    "description": "Find out your IP Address and other informations related to it.",
    "version": "1.1",
    "permissions": [
        "http:\/\/www.ipdetails.net\/"
    ],
    "browser_action": {
        "default_icon": "ip_16.png",
        "default_title": "My IP Address"
    },
    "background": {
        "page": "main.html"
    },
    "icons": {
        "128": "ip_128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}