Show External IP
Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
Qu'est-ce que Show External IP ?
Show External IP est une extension Chrome développée par Lewis Roberts, et sa fonction principale est "Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show External IP
Téléchargez les fichiers d'extension Show External 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
Show External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window. If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.
Informations de Base sur l'Extension
Nom | Show External IP |
ID | bajpeikcdohkooafedafajhfkacihiod |
URL Officiel | https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod |
Description | Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup. |
Taille du Fichier | 12.11 KB |
Nombre d'Installations | 2,204 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-08-31 |
Date de Publication | 2015-08-31 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | Lewis Roberts |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show External IP", "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.", "version": "1.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "showextip.html", "default_title": "Show External IP" }, "permissions": [ "https:\/\/showextip.azurewebsites.net\/" ] } |