IP Whois

View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.

Co je IP Whois?

IP Whois je rozšíření Chrome vyvinuté Sergio, a jeho hlavní funkcí je „View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IP Whois

Stáhněte si soubory rozšíření IP Whois ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název IP Whois IP Whois
ID mpkpmgnjhejeodcbfaphaenpkkjdfbgo
Oficiální URL https://chromewebstore.google.com/detail/ip-whois/mpkpmgnjhejeodcbfaphaenpkkjdfbgo
Popis View info about IP, DNS records, SSL, country flag, domain whois, location, stats and more of any website.
Velikost souboru 335 KB
Počet instalací 3,801
Aktuální Verze 2.0.9
Poslední Aktualizace 2024-01-26
Datum Vydání 2018-10-13
Hodnocení 4.58/5 Celkem 12 Hodnocení
Vývojář Sergio
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/SergiX44
URL Stránky Nápovědy https://mastodon.social/@sergiobrighenti
Podporované Jazyky 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"
    ]
}