IP Whois
View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
Cos'è IP Whois?
IP Whois è un'estensione di Chrome sviluppata da Sergio, e la sua funzione principale è "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP Whois
Scarica i file di estensione IP Whois in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension is designed to be fast and lightweight, allows you to view all information of any website: - Display the country flag of the website in the current tab. - Show the map, IPv4 and IPv6 adresses, hostname, and the hosting company/organization. - All DNS records. - Whois owner information. - Geolocalization (down to the city). - A fast link to the Wayback Machine. - SSL check tools. - White and dark theme support. - ... and much more Support the extension development! https://github.com/sponsors/SergiX44
Informazioni di Base sull'Estensione
Nome | IP Whois |
ID | mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
URL Ufficiale | https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
Descrizione | View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website. |
Dimensione del File | 335 KB |
Conteggio Installazioni | 3,801 |
Versione Corrente | 2.0.9 |
Ultimo Aggiornamento | 2024-01-26 |
Data di Pubblicazione | 2018-10-13 |
Valutazione | 4.58/5 Totale 12 Valutazioni |
Sviluppatore | Sergio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/SergiX44 |
URL della Pagina di Aiuto | https://mastodon.social/@sergiobrighenti |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Whois", "version": "2.0.9", "description": "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.", "manifest_version": 3, "icons": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" }, "background": { "service_worker": "src\/background\/index.js" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" } }, "permissions": [ "storage", "alarms", "tabs", "webNavigation" ] } |