Website IP

Simple Chrome Extension to get the current website IP address.

什么是Website IP?

Website IP是由Liam Stewart开发的Chrome扩展程序,该扩展的主要功能是“Simple Chrome Extension to get the current website IP address.”。

扩展截图

screenshot
screenshot

下载Website IP扩展crx文件

下载Website IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Website IP
This extension will resolve the active tabs domain to an IP address.

Features:
- IPv4 support
- IPv6 support
- Click to copy IP address to clipboard
- Simple UI

Firefox version:
https://addons.mozilla.org/en-US/firefox/addon/website-ip


Contribute:
This project is available on GitHub: https://github.com/liamstewart23/ChromeExt-WebsiteIP


Privacy Policy:
https://ip-api.com/docs/legal                    

扩展基本信息

名称 Website IP Website IP
ID dmgahoocbgdiidmbmihphakakdddgoof
官方URL https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof
简介 Simple Chrome Extension to get the current website IP address.
文件大小 36.68 KB
安装次数 325
当前版本 2.0
更新时间 2023-12-05
上架时间 2019-04-29
评分 5.00/5 共3次评分
开发者 Liam Stewart
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/liamstewart23/ChromeExt-WebsiteIP
帮助页面URL https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
隐私政策页面URL https://choosealicense.com/licenses/gpl-3.0
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website IP",
    "description": "Simple Chrome Extension to get the current website IP address.",
    "version": "2.0",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}