IP Analyzer
IP Analyzer
O que é IP Analyzer?
IP Analyzer é uma extensão do Chrome desenvolvida por Christoforos Aslanov, e sua principal característica é "IP Analyzer".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IP Analyzer
Baixe arquivos de extensão IP Analyzer 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 shows you info about an ip like rdns, whois, blacklists, location etc ipalyzer.com is used to show the ip info by default the ip of the current tab is loaded, you can lookup for any ip
Informações Básicas da Extensão
Nome | IP Analyzer |
ID | ggbpnkpnpchbgnahdhnpikmldfmmkfom |
URL Oficial | https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom |
Descrição | IP Analyzer |
Tamanho do Arquivo | 18.45 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-06-25 |
Data de Publicação | 2019-06-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Christoforos Aslanov |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/chr314/ipalyzer-extension |
URL da Página de Ajuda | https://github.com/chr314/ipalyzer-extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Analyzer", "version": "1.0.2", "description": "IP Analyzer", "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension", "author": "Aslanov Christoforos", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_title": "IP Analyzer", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" } }, "icons": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" }, "manifest_version": 2 } |