Country IP

This extension polls and displays the country your current IP is in

什麼是Country IP?

Country IP是由Brian Maher開發的Chrome擴展程式,該擴展的主要功能是“This extension polls and displays the country your current IP is in”。

擴展截圖

screenshot

下載Country IP擴展crx文件

下載Country IP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An extension to poll each minute and show geographical details about your current IP.

The extension icon will be the country flag where your IP is found to be located.

The extension polls every minute in case your IP changes (e.g. you lose VPN connection).  The flag will update when this occurs (assuming the new IP is in another country)

You will see details such as city, country code, region, zip, your ISP and Organization for the IP.

An image on Google Maps showing the location of the IP will be displayed at the bottom.                    

擴展基本資訊

名稱 Country IP Country IP
ID bhkilkmhahfjncfoddpdpmpeggmoefgg
官方網址 https://chrome.google.com/webstore/detail/country-ip/bhkilkmhahfjncfoddpdpmpeggmoefgg
簡介 This extension polls and displays the country your current IP is in
檔案大小 147 KB
安裝次數 472
目前版本 1.2
更新時間 2016-05-29
上架時間 2016-05-29
評分 5.00/5 共 2 次評分
開發者 Brian Maher
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Country IP",
    "description": "This extension polls and displays the country your current IP is in",
    "version": "1.2",
    "icons": {
        "128": "images\/ext_icon_128.png",
        "48": "images\/ext_icon_48.png",
        "16": "images\/ext_icon_16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for more IP details"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "http:\/\/ip-api.com\/json\/*",
        "https:\/\/www.whatismyip.com\/images\/flags\/*",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/maps.googleapis.com\/maps\/api\/*"
    ]
}