MyIP Extension

Chrome Extension that shows your external IP and geolocation

Co to jest MyIP Extension?

MyIP Extension to rozszerzenie Chrome opracowane przez https://travelingtechguy.com, a jego główną funkcją jest „Chrome Extension that shows your external IP and geolocation”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyIP Extension

Pobierz pliki rozszerzeń MyIP Extension 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

                        This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB.
It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found).

The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.                    

Podstawowe informacje o rozszerzeniu

Nazwa MyIP Extension MyIP Extension
ID lejbibljgiojigkpkhmdgdhmiaddgidd
Oficjalny URL https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd
Opis Chrome Extension that shows your external IP and geolocation
Rozmiar pliku 55.33 KB
Liczba instalacji 113
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2014-07-16
Data Publikacji 2014-07-16
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper https://travelingtechguy.com
Typ Płatności free
Strona Rozszerzenia http://www.travelingtechguy.com
Adres URL Strony Pomocy https://github.com/TravelingTechGuy/myipextension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyIP Extension",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Chrome Extension that shows your external IP and geolocation",
    "homepage_url": "http:\/\/www.TravelingTechGuy.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "http:\/\/myip.travelingtechguy.com\/"
    ]
}