Website IP
Simple Chrome Extension to get the current website IP address.
Hvad er Website IP?
Website IP er en Chrome-udvidelse udviklet af Liam Stewart, og dens hovedfunktion er "Simple Chrome Extension to get the current website IP address.".
Udvidelsesskærmbilleder
Download Website IP-udvidelses-CRX-fil
Download Website IP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Website IP |
ID | dmgahoocbgdiidmbmihphakakdddgoof |
Officiel URL | https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof |
Beskrivelse | Simple Chrome Extension to get the current website IP address. |
Filstørrelse | 36.68 KB |
Antal Installationer | 325 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-12-05 |
Udgivelsesdato | 2019-04-29 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Liam Stewart |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/liamstewart23/ChromeExt-WebsiteIP |
Hjælpeside-URL | https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
URL til Fortrolighedspolitik Side | https://choosealicense.com/licenses/gpl-3.0 |
Understøttede Sprog | 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" ] } |