Site Geo IP Locator

Shows the IP address of current web site, locate the IP geolocation on the map.

什么是Site Geo IP Locator?

Site Geo IP Locator是由OpenAdminTools.com开发的Chrome扩展程序,该扩展的主要功能是“Shows the IP address of current web site, locate the IP geolocation on the map.”。

扩展截图

screenshot

下载Site Geo IP Locator扩展crx文件

下载Site Geo IP Locator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a GEO IP locator for webmaster.

If you click the icon in the a tab that opened a web page, it shows the IP address of current web site, locate the IP geolocation on the map.

If you click the icon in a blank tab, it shows your current IP address.

This extension is great for SEO research and web developers.

Download and enjoy!

===================================================

Developer: https://ip.openadmintools.com

Partner: http://www.chromefans.org                    

扩展基本信息

名称 Site Geo IP Locator Site Geo IP Locator
ID mdpfciefafhdagbdcnklaepcgeobgaok
官方URL https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok
简介 Shows the IP address of current web site, locate the IP geolocation on the map.
文件大小 137 KB
安装次数 2,729
当前版本 2.0.0
更新时间 2019-07-04
上架时间 2019-07-03
评分 4.65/5 共236次评分
开发者 OpenAdminTools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.openadmintools.com/
帮助页面URL https://ip.openadmintools.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ip.openadmintools.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "image\/logo-19.png",
            "38": "image\/logo-38.png"
        },
        "default_title": "Site Geo IP Locator",
        "name": "Site Geo IP Locator",
        "default_popup": "popup.html"
    },
    "description": "Shows the IP address of current web site, locate the IP geolocation on the map.",
    "icons": {
        "32": "image\/logo-32.png",
        "48": "image\/logo-48.png",
        "64": "image\/logo-64.png",
        "128": "image\/logo-128.png"
    },
    "name": "Site Geo IP Locator",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}