Check my public and private IP addresses
Check out the personal and public IP addresses of the client
Qu'est-ce que Check my public and private IP addresses ?
Check my public and private IP addresses est une extension Chrome développée par Marin Marinov, et sa fonction principale est "Check out the personal and public IP addresses of the client".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check my public and private IP addresses
Téléchargez les fichiers d'extension Check my public and private IP addresses 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
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
Informations de Base sur l'Extension
Nom | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
URL Officiel | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
Description | Check out the personal and public IP addresses of the client |
Taille du Fichier | 23.3 KB |
Nombre d'Installations | 589 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2016-08-29 |
Date de Publication | 2016-08-29 |
Évaluation | 4.41/5 Total 22 Évaluations |
Développeur | Marin Marinov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |