IP Checker
Detects your browsers current external IP and stores this in a local history.
O que é IP Checker?
IP Checker é uma extensão do Chrome desenvolvida por TC S, e sua principal característica é "Detects your browsers current external IP and stores this in a local history.".
Baixar o arquivo CRX da Extensão IP Checker
Baixe arquivos de extensão IP Checker 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
Detects your browsers current external IP and stores this in a local (localstorage) history. Uses the API from ip-api.com. Want to contribute or make your own version? https://github.com/tcskrovseth/IP-Checker
Informações Básicas da Extensão
Nome | |
ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
URL Oficial | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
Descrição | Detects your browsers current external IP and stores this in a local history. |
Tamanho do Arquivo | 21.31 KB |
Contagem de Instalações | 87 |
Versão Atual | 1.0.0 |
Última Atualização | 2014-12-14 |
Data de Publicação | 2014-12-14 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | TC S |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tcskrovseth/IP-Checker |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IP Checker", "description": "Detects your browsers current external IP and stores this in a local history.", "version": "1.0.0", "permissions": [ "http:\/\/ip-api.com\/json" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "index.html" } } |