GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
Vad är GetIP?
GetIP är en Chrome-tillägg utvecklad av Wes Hargrove, och dess huvudfunktion är "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/".
Tilläggsskärmbilder
Ladda ner GetIP-förlängningens CRX-fil
Ladda ner GetIP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jomeonhdpabjofcfobeogadofenioidi |
Officiell webbadress | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
Beskrivning | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
Filstorlek | 53.3 KB |
Antal Installationer | 13 |
Aktuell Version | 0.9.1 |
Senast Uppdaterad | 2013-05-27 |
Publiceringsdatum | 2013-05-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Wes Hargrove |
Betalningssätt | free |
Stödda Språk | 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 } |