IP Checker
Detects your browsers current external IP and stores this in a local history.
Qu'est-ce que IP Checker ?
IP Checker est une extension Chrome développée par TC S, et sa fonction principale est "Detects your browsers current external IP and stores this in a local history.".
Télécharger le fichier CRX de l'extension IP Checker
Téléchargez les fichiers d'extension IP Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
URL Officiel | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
Description | Detects your browsers current external IP and stores this in a local history. |
Taille du Fichier | 21.31 KB |
Nombre d'Installations | 87 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-12-14 |
Date de Publication | 2014-12-14 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | TC S |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tcskrovseth/IP-Checker |
Langues Prises en Charge | 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" } } |