GetIP
A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
Co to jest GetIP?
GetIP to rozszerzenie Chrome opracowane przez Wes Hargrove, a jego główną funkcją jest „A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GetIP
Pobierz pliki rozszerzeń GetIP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jomeonhdpabjofcfobeogadofenioidi |
Oficjalny URL | https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi |
Opis | A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/ |
Rozmiar pliku | 53.3 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 0.9.1 |
Ostatnia Aktualizacja | 2013-05-27 |
Data Publikacji | 2013-05-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Wes Hargrove |
Typ Płatności | free |
Obsługiwane Języki | 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 } |