Highlight IP Lookup

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

Wat is Highlight IP Lookup?

Highlight IP Lookup is een Chrome-extensie ontwikkeld door Cornally, en de belangrijkste functie is "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Highlight IP Lookup

Download Highlight IP Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
Officiële URL https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Beschrijving Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Bestandsgrootte 43.41 KB
Aantal Installaties 993
Huidige Versie 0.1.7
Laatst Bijgewerkt 2022-04-02
Publicatiedatum 2017-05-23
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Cornally
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://conartists.co/highlight-ip-lookup/index.html
Ondersteunde Talen 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",
        ""
    ]
}