Geo IP Lookup

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

Geo IP Lookupとは何ですか?

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

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

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 fjokelcohfpggkindencchmhbigcajmf
公式URL https://chromewebstore.google.com/detail/geo-ip-lookup/fjokelcohfpggkindencchmhbigcajmf
説明 Easy geo ip lookup tool, provided to you by: https://geoiplookup.io
ファイルサイズ 8.7 KB
インストール数 141
現在のバージョン 1.0.0
最終更新日 2016-09-06
公開日 2016-09-06
評価 4.20/5 合計 5 レビュー
開発者 JB Dev
支払い方法 free
拡張機能のウェブサイト https://geoiplookup.io
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geo IP Lookup",
    "version": "1.0.0",
    "description": "Easy geo ip lookup tool, provided to you by: https:\/\/geoiplookup.io",
    "browser_action": {
        "default_title": "Geo IP Lookup",
        "default_icon": "geo_logo.png",
        "default_popup": "geo.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/geo.js"
            ]
        }
    ],
    "background": {
        "page": "geo.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';"
}