GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
Cos'è GetIP?
GetIP è un'estensione di Chrome sviluppata da Wes Hargrove, e la sua funzione principale è "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GetIP
Scarica i file di estensione GetIP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | jomeonhdpabjofcfobeogadofenioidi |
URL Ufficiale | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
Descrizione | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
Dimensione del File | 53.3 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.9.1 |
Ultimo Aggiornamento | 2013-05-27 |
Data di Pubblicazione | 2013-05-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Wes Hargrove |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |