Show External IP

Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.

O que é Show External IP?

Show External IP é uma extensão do Chrome desenvolvida por Lewis Roberts, e sua principal característica é "Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Show External IP

Baixe arquivos de extensão Show External IP 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

                        Show External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window.

If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.                    

Informações Básicas da Extensão

Nome Show External IP Show External IP
ID bajpeikcdohkooafedafajhfkacihiod
URL Oficial https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod
Descrição Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
Tamanho do Arquivo 12.11 KB
Contagem de Instalações 2,204
Versão Atual 1.0
Última Atualização 2015-08-31
Data de Publicação 2015-08-31
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor Lewis Roberts
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show External IP",
    "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "showextip.html",
        "default_title": "Show External IP"
    },
    "permissions": [
        "https:\/\/showextip.azurewebsites.net\/"
    ]
}