Highlight IP Lookup

Find the city, state, country code of the selected (highlighted) IP address in the active tab.

Co to jest Highlight IP Lookup?

Highlight IP Lookup to rozszerzenie Chrome opracowane przez Cornally, a jego główną funkcją jest „Find the city, state, country code of the selected (highlighted) IP address in the active tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Highlight IP Lookup

Pobierz pliki rozszerzeń Highlight IP Lookup 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

                        Highlight an IP address or host and click the extension's icon in the active tab to locate the city, state, and country code of the respective host.                    

Podstawowe informacje o rozszerzeniu

Nazwa Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
Oficjalny URL https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Opis Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Rozmiar pliku 43.41 KB
Liczba instalacji 993
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2022-04-02
Data Publikacji 2017-05-23
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Cornally
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://conartists.co/highlight-ip-lookup/index.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight IP Lookup",
    "description": "Find the city, state, country code of the selected (highlighted) IP address in the active tab.",
    "version": "0.1.7",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}