IP Checker

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

Co to jest IP Checker?

IP Checker to rozszerzenie Chrome opracowane przez TC S, a jego główną funkcją jest „Detects your browsers current external IP and stores this in a local history.”.

Pobierz plik CRX rozszerzenia IP Checker

Pobierz pliki rozszerzeń IP Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
Oficjalny URL https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Opis Detects your browsers current external IP and stores this in a local history.
Rozmiar pliku 21.31 KB
Liczba instalacji 87
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2014-12-14
Data Publikacji 2014-12-14
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper TC S
Typ Płatności free
Strona Rozszerzenia https://github.com/tcskrovseth/IP-Checker
Obsługiwane Języki 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"
    }
}