IP Map
See your IP address and the IP address of the website you are visiting on a map.
Co to jest IP Map?
IP Map to rozszerzenie Chrome opracowane przez Tritonio, a jego główną funkcją jest „See your IP address and the IP address of the website you are visiting on a map.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IP Map
Pobierz pliki rozszerzeń IP Map 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
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
Oficjalny URL | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Opis | See your IP address and the IP address of the website you are visiting on a map. |
Rozmiar pliku | 27.24 KB |
Liczba instalacji | 892 |
Aktualna Wersja | 1.1.3 |
Ostatnia Aktualizacja | 2013-09-22 |
Data Publikacji | 2013-09-22 |
Ocena | 4.40/5 Łącznie 10 Oceny |
Deweloper | Tritonio |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |