IP Map
See your IP address and the IP address of the website you are visiting on a map.
O que é IP Map?
IP Map é uma extensão do Chrome desenvolvida por Tritonio, e sua principal característica é "See your IP address and the IP address of the website you are visiting on a map.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IP Map
Baixe arquivos de extensão IP Map 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
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
Informações Básicas da Extensão
Nome | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
URL Oficial | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Descrição | See your IP address and the IP address of the website you are visiting on a map. |
Tamanho do Arquivo | 27.24 KB |
Contagem de Instalações | 892 |
Versão Atual | 1.1.3 |
Última Atualização | 2013-09-22 |
Data de Publicação | 2013-09-22 |
Classificação | 4.40/5 Total de 10 Avaliações |
Desenvolvedor | Tritonio |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |