IP Checker

Detects your browsers current external IP and stores this in a local history.

Was ist IP Checker?

IP Checker ist eine Chrome-Erweiterung, die von TC S entwickelt wurde, und ihr Hauptmerkmal ist "Detects your browsers current external IP and stores this in a local history.".

IP Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie IP Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Detects your browsers current external IP and stores this in a local (localstorage) history.

Uses the API from ip-api.com.

Want to contribute or make your own version?
https://github.com/tcskrovseth/IP-Checker                    

Grundlegende Informationen zur Erweiterung

Name IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
Offizielle URL https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Beschreibung Detects your browsers current external IP and stores this in a local history.
Dateigröße 21.31 KB
Installationsanzahl 87
Aktuelle Version 1.0.0
Letztes Update 2014-12-14
Veröffentlichungsdatum 2014-12-14
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler TC S
Zahlungsart free
Erweiterungswebsite https://github.com/tcskrovseth/IP-Checker
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Checker",
    "description": "Detects your browsers current external IP and stores this in a local history.",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/ip-api.com\/json"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "index.html"
    }
}