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
Eメール [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"
    ]
}