View My IP

This extension shows you your current IP and geo-location information fast and conveniently

View My IPとは何ですか?

View My IPはhttp://vmyip.comによって開発されたChromeの拡張機能で、その主な機能は「This extension shows you your current IP and geo-location information fast and conveniently」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.                    

拡張機能の基本情報

名前 View My IP View My IP
ID mgjbnpghbpameejpejjehncamlookcco
公式URL https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco
説明 This extension shows you your current IP and geo-location information fast and conveniently
ファイルサイズ 10.28 KB
インストール数 52
現在のバージョン 1.0.2
最終更新日 2015-07-23
公開日 2015-07-23
評価 1.50/5 合計 2 レビュー
開発者 http://vmyip.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View My IP",
    "short_name": "VmyIP",
    "description": "This extension shows you your current IP and geo-location information fast and conveniently",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "View My IP Information"
    },
    "permissions": [
        "webRequest",
        "https:\/\/vmyip.com\/"
    ]
}