IP Map

See your IP address and the IP address of the website you are visiting on a map.

IP Mapとは何ですか?

IP MapはTritonioによって開発されたChromeの拡張機能で、その主な機能は「See your IP address and the IP address of the website you are visiting on a map.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses.

Thanks to http://www.geoipview.com for the geolocation service.
Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)                    

拡張機能の基本情報

名前 IP Map IP Map
ID hhphckcekmhnkkjadjdafalalcgphmec
公式URL https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec
説明 See your IP address and the IP address of the website you are visiting on a map.
ファイルサイズ 27.24 KB
インストール数 892
現在のバージョン 1.1.3
最終更新日 2013-09-22
公開日 2013-09-22
評価 4.40/5 合計 10 レビュー
開発者 Tritonio
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Map",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "See your IP address and the IP address of the website you are visiting on a map.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "map_magnify.png",
        "default_popup": "index.html",
        "default_title": "IP Map"
    },
    "permissions": [
        "tabs"
    ]
}