IP Whois
View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
Τι είναι το IP Whois;
Το IP Whois είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sergio, και η κύρια λειτουργία του είναι "View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IP Whois
Λήψη αρχείων επέκτασης IP Whois σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | IP Whois |
ID | mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
Επίσημο URL | https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo |
Περιγραφή | View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website. |
Μέγεθος Αρχείου | 335 KB |
Αριθμός Εγκαταστάσεων | 3,801 |
Τρέχουσα Έκδοση | 2.0.9 |
Τελευταία Ενημέρωση | 2024-01-26 |
Ημερομηνία Δημοσίευσης | 2018-10-13 |
Αξιολόγηση | 4.58/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | Sergio |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/SergiX44 |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mastodon.social/@sergiobrighenti |
Υποστηριζόμενες Γλώσσες | 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" ] } |