View My IP
This extension shows you your current IP and geo-location information fast and conveniently
Qu'est-ce que View My IP ?
View My IP est une extension Chrome développée par http://vmyip.com, et sa fonction principale est "This extension shows you your current IP and geo-location information fast and conveniently".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension View My IP
Téléchargez les fichiers d'extension View My IP 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 help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.
Informations de Base sur l'Extension
Nom | |
ID | mgjbnpghbpameejpejjehncamlookcco |
URL Officiel | https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco |
Description | This extension shows you your current IP and geo-location information fast and conveniently |
Taille du Fichier | 10.28 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-07-23 |
Date de Publication | 2015-07-23 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | http://vmyip.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View My IP", "short_name": "VmyIP", "description": "This extension shows you your current IP and geo-location information fast and conveniently", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "View My IP Information" }, "permissions": [ "webRequest", "https:\/\/vmyip.com\/" ] } |