Highlight IP Lookup

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

O que é Highlight IP Lookup?

Highlight IP Lookup é uma extensão do Chrome desenvolvida por Cornally, e sua principal característica é "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Highlight IP Lookup

Baixe arquivos de extensão Highlight IP Lookup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
URL Oficial https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Descrição Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Tamanho do Arquivo 43.41 KB
Contagem de Instalações 993
Versão Atual 0.1.7
Última Atualização 2022-04-02
Data de Publicação 2017-05-23
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Cornally
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://conartists.co/highlight-ip-lookup/index.html
Idiomas Suportados 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",
        ""
    ]
}