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”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| ID | plkoeddhagbcbcklhjnladmadnikmfhi | 
| 官方URL | 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"
}  |  |