Geo IP Lookup

Easy geo ip lookup tool, provided to you by: https://geoiplookup.io

Geo IP Lookupとは何ですか?

Geo IP LookupはOctolus Developmentによって開発されたChromeの拡張機能で、その主な機能は「Easy geo ip lookup tool, provided to you by: https://geoiplookup.io」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        GeoIPLookup is a tool that allows you to perform instant IP/Hostname lookups, without visiting our website. With a simple click, it will automatically pull IP/Hostname and other information about the website you are visiting.                    

拡張機能の基本情報

名前 Geo IP Lookup Geo IP Lookup
ID idaoogdinfijceaidpialcekdhgjkifn
公式URL https://chromewebstore.google.com/detail/geo-ip-lookup/idaoogdinfijceaidpialcekdhgjkifn
説明 Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
ファイルサイズ 1.04 MB
インストール数 705
現在のバージョン 1.0.0
最終更新日 2018-04-15
公開日 2018-04-15
評価 4.00/5 合計 2 レビュー
開発者 Octolus Development
支払い方法 free
プライバシーポリシーページのURL https://octovpn.com/privacy-policy
対応言語 en
manifest.json
{
    "background": {
        "page": "geo.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "geo_logo.png",
        "default_popup": "geo.html",
        "default_title": "GeoIPLookup.io"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/leaflet.js",
                "js\/bootstrap.min.js",
                "js\/geo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "description": "Easy geo ip lookup tool, provided to you by: https:\/\/geoiplookup.io",
    "manifest_version": 2,
    "name": "Geo IP Lookup",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}