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"
}