IP Location Lookup Tool

Find IP location of the website or check location of custom IP and display it on the map.

IP Location Lookup Toolとは何ですか?

IP Location Lookup Toolはhttps://www.positionbox.comによって開発されたChromeの拡張機能で、その主な機能は「Find IP location of the website or check location of custom IP and display it on the map.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        PositionBox is a free IP geolocation service providing reliable information about location of the IP address on the map. 

Our service helps you to find information about your current IP address or any other IP address.

IP address location data can include information such as country, country code, region code, region name, city, zip code, latitude, longitude, timezone and ISP name. For some IP location requests we are also able to find out if the IP is a mobile connection. Try our IP lookup tool.                    

拡張機能の基本情報

名前 IP Location Lookup Tool IP Location Lookup Tool
ID opepgmgohfgekifjilijmdldmccfbgke
公式URL https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke
説明 Find IP location of the website or check location of custom IP and display it on the map.
ファイルサイズ 11.94 KB
インストール数 5,161
現在のバージョン 1.0
最終更新日 2015-07-13
公開日 2015-07-13
評価 4.00/5 合計 10 レビュー
開発者 https://www.positionbox.com
支払い方法 free
拡張機能のウェブサイト http://www.positionbox.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "IP Location Lookup Tool",
    "short_name": "IP Location Lookup",
    "author": "positionbox.com",
    "description": "Find IP location of the website or check location of custom IP and display it on the map.",
    "homepage_url": "http:\/\/www.positionbox.com",
    "browser_action": {
        "default_icon": "icon24.png",
        "default_popup": "popup.html",
        "default_title": "IP location lookup - click for details"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}