View your IP address

Quickly check your IP address and see some other information without opening an additional page

什麼是View your IP address?

View your IP address是由https://jeroenpeters.dev開發的Chrome擴展程式,該擴展的主要功能是“Quickly check your IP address and see some other information without opening an additional page”。

擴展截圖

screenshot

下載View your IP address擴展crx文件

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

擴展使用說明

                        With this extension you can quickly see and copy your IP address.

Icon by Flaticon.com                    

擴展基本資訊

名稱 View your IP address View your IP address
ID plkoeddhagbcbcklhjnladmadnikmfhi
官方網址 https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi
簡介 Quickly check your IP address and see some other information without opening an additional page
檔案大小 88.09 KB
安裝次數 47
目前版本 1.5.0
更新時間 2022-12-27
上架時間 2020-06-01
評分 5.00/5 共 2 次評分
開發者 https://jeroenpeters.dev
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://jeroenpeters.dev/contact/
隱私政策頁面URL https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
支援的語言 de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "1.5.0",
    "description": "__MSG_extDesc__",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popup_title__",
        "default_icons": {
            "16": "icon_16.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "host_permissions": [
        "*:\/\/v4.ident.me\/*",
        "*:\/\/v6.ident.me\/*"
    ],
    "default_locale": "en"
}