Check my public and private IP addresses
Check out the personal and public IP addresses of the client
O que é Check my public and private IP addresses?
Check my public and private IP addresses é uma extensão do Chrome desenvolvida por Marin Marinov, e sua principal característica é "Check out the personal and public IP addresses of the client".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Check my public and private IP addresses
Baixe arquivos de extensão Check my public and private IP addresses 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
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
Informações Básicas da Extensão
Nome | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
URL Oficial | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
Descrição | Check out the personal and public IP addresses of the client |
Tamanho do Arquivo | 23.3 KB |
Contagem de Instalações | 589 |
Versão Atual | 1.2.0 |
Última Atualização | 2016-08-29 |
Data de Publicação | 2016-08-29 |
Classificação | 4.41/5 Total de 22 Avaliações |
Desenvolvedor | Marin Marinov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |