MyIP Extension

Chrome Extension that shows your external IP and geolocation

什麼是MyIP Extension?

MyIP Extension是由https://travelingtechguy.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension that shows your external IP and geolocation”。

擴展截圖

screenshot

下載MyIP Extension擴展crx文件

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

擴展使用說明

                        This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB.
It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found).

The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.                    

擴展基本資訊

名稱 MyIP Extension MyIP Extension
ID lejbibljgiojigkpkhmdgdhmiaddgidd
官方網址 https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd
簡介 Chrome Extension that shows your external IP and geolocation
檔案大小 55.33 KB
安裝次數 113
目前版本 1.0.5
更新時間 2014-07-16
上架時間 2014-07-16
評分 2.33/5 共 3 次評分
開發者 https://travelingtechguy.com
付費類型 free
擴展官網 http://www.travelingtechguy.com
說明頁面URL https://github.com/TravelingTechGuy/myipextension
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyIP Extension",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Chrome Extension that shows your external IP and geolocation",
    "homepage_url": "http:\/\/www.TravelingTechGuy.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "http:\/\/myip.travelingtechguy.com\/"
    ]
}