GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
Qu'est-ce que GetIP ?
GetIP est une extension Chrome développée par Wes Hargrove, et sa fonction principale est "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GetIP
Téléchargez les fichiers d'extension GetIP 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
So easy, your grandmother could use it. Say goodbye to all of the tools that show your IP address and everything else you don't want. This is a simple no-frills way of getting your public IP address and nothing else. Icon design by VisualPharm: http://www.visualpharm.com/
Informations de Base sur l'Extension
Nom | |
ID | jomeonhdpabjofcfobeogadofenioidi |
URL Officiel | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
Description | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
Taille du Fichier | 53.3 KB |
Nombre d'Installations | 13 |
Version Actuelle | 0.9.1 |
Dernière Mise à Jour | 2013-05-27 |
Date de Publication | 2013-05-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Wes Hargrove |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetIP", "description": "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http:\/\/www.visualpharm.com\/", "version": "0.9.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "GetIP", "default_icon": "icon-128.png", "default_popup": "getip.html" }, "manifest_version": 2 } |