My IP

Shows instantly your public ip adress

My IPとは何ですか?

My IPはhttp://www.astrofiles.netによって開発されたChromeの拡張機能で、その主な機能は「Shows instantly your public ip adress」です。

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

screenshot

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

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

拡張機能の使用方法

                        This shows your public Ip adress. No more, no less.                    

拡張機能の基本情報

名前 My IP My IP
ID bkgjkigmkppkgjpeegidgckghikakkhn
公式URL https://chrome.google.com/webstore/detail/my-ip/bkgjkigmkppkgjpeegidgckghikakkhn
説明 Shows instantly your public ip adress
ファイルサイズ 37.09 KB
インストール数 127
現在のバージョン 1.1
最終更新日 2013-06-17
公開日 2013-06-17
評価 3.33/5 合計 15 レビュー
開発者 http://www.astrofiles.net
支払い方法 free
拡張機能のウェブサイト http://www.astrofiles.net/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My IP",
    "version": "1.1",
    "description": "Shows instantly your public ip adress",
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "myip16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "myip16.png",
        "48": "myip48.png",
        "128": "myip128.png"
    }
}