Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
O que é Site Geo IP Locator?
Site Geo IP Locator é uma extensão do Chrome desenvolvida por OpenAdminTools.com, e sua principal característica é "Shows the IP address of current web site, locate the IP geolocation on the map.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Site Geo IP Locator
Baixe arquivos de extensão Site Geo IP Locator 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 is a GEO IP locator for webmaster. If you click the icon in the a tab that opened a web page, it shows the IP address of current web site, locate the IP geolocation on the map. If you click the icon in a blank tab, it shows your current IP address. This extension is great for SEO research and web developers. Download and enjoy! =================================================== Developer: https://ip.openadmintools.com Partner: http://www.chromefans.org
Informações Básicas da Extensão
Nome | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
URL Oficial | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
Descrição | Shows the IP address of current web site, locate the IP geolocation on the map. |
Tamanho do Arquivo | 137 KB |
Contagem de Instalações | 2,729 |
Versão Atual | 2.0.0 |
Última Atualização | 2019-07-04 |
Data de Publicação | 2019-07-03 |
Classificação | 4.65/5 Total de 236 Avaliações |
Desenvolvedor | OpenAdminTools.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.openadmintools.com/ |
URL da Página de Ajuda | https://ip.openadmintools.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ip.openadmintools.com\/; object-src 'self'", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Site Geo IP Locator", "name": "Site Geo IP Locator", "default_popup": "popup.html" }, "description": "Shows the IP address of current web site, locate the IP geolocation on the map.", "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" }, "name": "Site Geo IP Locator", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |