My Public IP

Displays your public IP address and the country that it belongs to.

什麼是My Public IP?

My Public IP是由ml開發的Chrome擴展程式,該擴展的主要功能是“Displays your public IP address and the country that it belongs to.”。

擴展截圖

screenshot
screenshot

下載My Public IP擴展crx文件

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

擴展使用說明

                        Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.                    

擴展基本資訊

名稱 My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
官方網址 https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
簡介 Displays your public IP address and the country that it belongs to.
檔案大小 262 KB
安裝次數 250
目前版本 1.3
更新時間 2021-03-03
上架時間 2020-04-22
評分 4.50/5 共 2 次評分
開發者 ml
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Public IP",
    "description": "Displays your public IP address and the country that it belongs to.",
    "version": "1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "My Public IP"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}