IP Checker

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

Vad är IP Checker?

IP Checker är en Chrome-tillägg utvecklad av TC S, och dess huvudfunktion är "Detects your browsers current external IP and stores this in a local history.".

Ladda ner IP Checker-förlängningens CRX-fil

Ladda ner IP Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
Officiell webbadress https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Beskrivning Detects your browsers current external IP and stores this in a local history.
Filstorlek 21.31 KB
Antal Installationer 87
Aktuell Version 1.0.0
Senast Uppdaterad 2014-12-14
Publiceringsdatum 2014-12-14
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare TC S
Betalningssätt free
Tilläggswebbplats https://github.com/tcskrovseth/IP-Checker
Stödda Språk 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"
    }
}