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
官方網址 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:\/\/*\/"
    ]
}