ShowIp
Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
O que é ShowIp?
ShowIp é uma extensão do Chrome desenvolvida por https://opensource.teqneers.com, e sua principal característica é "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShowIp
Baixe arquivos de extensão ShowIp 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
This extension works with Google Chrome 18 (beta) or higher.
Informações Básicas da Extensão
Nome | ShowIp |
ID | agoljmemkbciolpigpabjfkagboolkcj |
URL Oficial | https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj |
Descrição | Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server. |
Tamanho do Arquivo | 54.38 KB |
Contagem de Instalações | 23,164 |
Versão Atual | 1.0 |
Última Atualização | 2012-05-19 |
Data de Publicação | 2012-05-19 |
Classificação | 3.50/5 Total de 80 Avaliações |
Desenvolvedor | https://opensource.teqneers.com |
Tipo de Pagamento | free |
Site da Extensão | http://opensource.teqneers.com/showip.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowIp", "minimum_chrome_version": "18", "version": "1.0", "description": "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.", "icons": { "16": "icons\/icon_016.png", "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "permissions": [ "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "ip.css" ], "js": [ "jquery-1.7.1.min.js", "ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2 } |