Website IP

Simple Chrome Extension to get the current website IP address.

Co to jest Website IP?

Website IP to rozszerzenie Chrome opracowane przez Liam Stewart, a jego główną funkcją jest „Simple Chrome Extension to get the current website IP address.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Website IP

Pobierz pliki rozszerzeń Website IP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Website IP Website IP
ID dmgahoocbgdiidmbmihphakakdddgoof
Oficjalny URL https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof
Opis Simple Chrome Extension to get the current website IP address.
Rozmiar pliku 36.68 KB
Liczba instalacji 325
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-12-05
Data Publikacji 2019-04-29
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Liam Stewart
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/liamstewart23/ChromeExt-WebsiteIP
Adres URL Strony Pomocy https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Adres URL Strony Polityki Prywatności https://choosealicense.com/licenses/gpl-3.0
Obsługiwane Języki 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"
    ]
}