Website IP

Simple Chrome Extension to get the current website IP address.

Wat is Website IP?

Website IP is een Chrome-extensie ontwikkeld door Liam Stewart, en de belangrijkste functie is "Simple Chrome Extension to get the current website IP address.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Website IP

Download Website IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Website IP Website IP
ID dmgahoocbgdiidmbmihphakakdddgoof
Officiële URL https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof
Beschrijving Simple Chrome Extension to get the current website IP address.
Bestandsgrootte 36.68 KB
Aantal Installaties 325
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2019-04-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Liam Stewart
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/liamstewart23/ChromeExt-WebsiteIP
Help Pagina-URL https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
URL van de Privacybeleid Pagina https://choosealicense.com/licenses/gpl-3.0
Ondersteunde Talen 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"
    ]
}