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
官方網址 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';"
}