Check IP Location
An IP location lookup tool to show the IP Address of website server and your IP address and location.
O que é Check IP Location?
Check IP Location é uma extensão do Chrome desenvolvida por https://windows11tools.com, e sua principal característica é "An IP location lookup tool to show the IP Address of website server and your IP address and location.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Check IP Location
Baixe arquivos de extensão Check IP Location 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
Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. Features: Show IP address of website and your IP address. Shows the country and city where the IP address of website is located. Shows the details of IP address location of website, such as domain, IP address, latitude and longitude. Allow you check your own IP address and IP address location. Such as domain, IP address, city, country, latitude and longitude.
Informações Básicas da Extensão
Nome | |
ID | llojockfgfhkfamacneabklekofeooed |
URL Oficial | https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed |
Descrição | An IP location lookup tool to show the IP Address of website server and your IP address and location. |
Tamanho do Arquivo | 27.18 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.0 |
Última Atualização | 2021-10-23 |
Data de Publicação | 2021-10-07 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://windows11tools.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation |
URL da Página de Política de Privacidade | https://windows11tools.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Check IP Location", "short_name": "IP Address & Location", "author": "windows11tools.com", "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.", "homepage_url": "https:\/\/windows11tools.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "Show IP Address location details with 1-click" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |