MyIP Extension
Chrome Extension that shows your external IP and geolocation
Qu'est-ce que MyIP Extension ?
MyIP Extension est une extension Chrome développée par https://travelingtechguy.com, et sa fonction principale est "Chrome Extension that shows your external IP and geolocation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyIP Extension
Téléchargez les fichiers d'extension MyIP Extension 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
This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB. It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found). The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.
Informations de Base sur l'Extension
Nom | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
URL Officiel | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Description | Chrome Extension that shows your external IP and geolocation |
Taille du Fichier | 55.33 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-07-16 |
Date de Publication | 2014-07-16 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | https://travelingtechguy.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.travelingtechguy.com |
URL de la Page d'Aide | https://github.com/TravelingTechGuy/myipextension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyIP Extension", "version": "1.0.5", "manifest_version": 2, "description": "Chrome Extension that shows your external IP and geolocation", "homepage_url": "http:\/\/www.TravelingTechGuy.com", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "http:\/\/myip.travelingtechguy.com\/" ] } |