IP Checker
Detects your browsers current external IP and stores this in a local history.
Wat is IP Checker?
IP Checker is een Chrome-extensie ontwikkeld door TC S, en de belangrijkste functie is "Detects your browsers current external IP and stores this in a local history.".
Download het CRX-bestand van de extensie IP Checker
Download IP Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
| Officiële URL | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
| Beschrijving | Detects your browsers current external IP and stores this in a local history. |
| Bestandsgrootte | 21.31 KB |
| Aantal Installaties | 87 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2014-12-14 |
| Publicatiedatum | 2014-12-14 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | TC S |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tcskrovseth/IP-Checker |
| Ondersteunde Talen | 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"
}
} | |