GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
Hvad er GetIP?
GetIP er en Chrome-udvidelse udviklet af Wes Hargrove, og dens hovedfunktion er "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/".
Udvidelsesskærmbilleder
Download GetIP-udvidelses-CRX-fil
Download GetIP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jomeonhdpabjofcfobeogadofenioidi |
Officiel URL | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
Beskrivelse | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
Filstørrelse | 53.3 KB |
Antal Installationer | 13 |
Nuværende Version | 0.9.1 |
Senest Opdateret | 2013-05-27 |
Udgivelsesdato | 2013-05-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Wes Hargrove |
Betalingsmetode | free |
Understøttede Sprog | 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 } |