Website IP
Simple Chrome Extension to get the current website IP address.
Vad är Website IP?
Website IP är en Chrome-tillägg utvecklad av Liam Stewart, och dess huvudfunktion är "Simple Chrome Extension to get the current website IP address.".
Tilläggsskärmbilder
Ladda ner Website IP-förlängningens CRX-fil
Ladda ner Website IP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Website IP |
ID | dmgahoocbgdiidmbmihphakakdddgoof |
Officiell webbadress | https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof |
Beskrivning | Simple Chrome Extension to get the current website IP address. |
Filstorlek | 36.68 KB |
Antal Installationer | 325 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-12-05 |
Publiceringsdatum | 2019-04-29 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Liam Stewart |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/liamstewart23/ChromeExt-WebsiteIP |
Hjälpsida URL | https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
URL till Sekretesspolicy Sidan | https://choosealicense.com/licenses/gpl-3.0 |
Stödda Språk | 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" ] } |