Website IP

Simple Chrome Extension to get the current website IP address.

Apa itu Website IP?

Website IP adalah ekstensi Chrome yang dikembangkan oleh Liam Stewart, dan fitur utamanya adalah "Simple Chrome Extension to get the current website IP address.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Website IP

Unduh file ekstensi Website IP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Website IP Website IP
ID dmgahoocbgdiidmbmihphakakdddgoof
URL Resmi https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof
Deskripsi Simple Chrome Extension to get the current website IP address.
Ukuran File 36.68 KB
Jumlah Instalasi 325
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2019-04-29
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Liam Stewart
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/liamstewart23/ChromeExt-WebsiteIP
URL Halaman Bantuan https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
URL Halaman Kebijakan Privasi https://choosealicense.com/licenses/gpl-3.0
Bahasa yang Didukung 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"
    ]
}