IPvFooBar

Display the server IP, with a realtime summary of IPv4, IPv6, DNS, WHOIS and HTTPS info. Fork of IPvFoo. Uses Google DNS.

Τι είναι το IPvFooBar;

Το IPvFooBar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vrabel.it, και η κύρια λειτουργία του είναι "Display the server IP, with a realtime summary of IPv4, IPv6, DNS, WHOIS and HTTPS info. Fork of IPvFoo. Uses Google DNS.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης IPvFooBar

Λήψη αρχείων επέκτασης IPvFooBar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Fork of IPvFoo (by pmarks.net).
New features: WHOIS, reverse DNS, ARIN and RIPE hyperlinks, fixes.
Uses Google DNS (dns.google) API for reverse DNS queries.

IPvFooBar is Free Software (Apache 2.0 license).

---
Original functionality of IPvFoo:
Display the server IP address, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
The plugin uses the webRequest API to extract protocol-related information as a webpage downloads, and summarizes it into a convenient table.

The first thing you'll see is an icon in the location bar.  A large 4 or 6 shows whether the outer page was fetched using IPv4 or IPv6.  If the page contains elements from other domains, then smaller numbers will appear alongside for those.

When you click the icon, a table pops up, containing a row of information for each domain:

- A padlock icon, for HTTP, HTTPS, or a mix of both.  This is helpful for tracking down mixed content warnings, but you shouldn't treat it as absolute security advice.

- The IPv4 or IPv6 address.  If connections span more than one IP, then the most recent one wins.  When the connection is still open, the address is highlighted in yellow.

- A "cached" symbol.  This mainly exists to warn you that no actual connections took place, so the IP address might be stale.

- An "S" for WebSocket handshakes in Chrome 58+.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IPvFooBar IPvFooBar
ID iimpkhokkfekbpmoamlmcndclohnehhk
Επίσημο URL https://chromewebstore.google.com/detail/ipvfoobar/iimpkhokkfekbpmoamlmcndclohnehhk
Περιγραφή Display the server IP, with a realtime summary of IPv4, IPv6, DNS, WHOIS and HTTPS info. Fork of IPvFoo. Uses Google DNS.
Μέγεθος Αρχείου 69.1 KB
Αριθμός Εγκαταστάσεων 1,241
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-03-13
Ημερομηνία Δημοσίευσης 2022-01-20
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής vrabel.it
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ondrejvrabel/ipvfoobar
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPvFooBar",
    "manifest_version": 2,
    "version": "1.0.1",
    "minimum_chrome_version": "26",
    "description": "Display the server IP, with a realtime summary of IPv4, IPv6, DNS, WHOIS and HTTPS info. Fork of IPvFoo. Uses Google DNS.",
    "homepage_url": "https:\/\/github.com\/ondrejvrabel\/ipvfoobar",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "page_action": {
        "dummy": "http:\/\/crbug.com\/86449"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest",
        ""
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}