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
官方網址 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"
    ]
}