MyIP Extension
Chrome Extension that shows your external IP and geolocation
O que é MyIP Extension?
MyIP Extension é uma extensão do Chrome desenvolvida por https://travelingtechguy.com, e sua principal característica é "Chrome Extension that shows your external IP and geolocation".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MyIP Extension
Baixe arquivos de extensão MyIP Extension 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 extension shows your IP, and tries to deduce geolocation information, using IPInfoDB. It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found). The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.
Informações Básicas da Extensão
Nome | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
URL Oficial | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Descrição | Chrome Extension that shows your external IP and geolocation |
Tamanho do Arquivo | 55.33 KB |
Contagem de Instalações | 113 |
Versão Atual | 1.0.5 |
Última Atualização | 2014-07-16 |
Data de Publicação | 2014-07-16 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | https://travelingtechguy.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.travelingtechguy.com |
URL da Página de Ajuda | https://github.com/TravelingTechGuy/myipextension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyIP Extension", "version": "1.0.5", "manifest_version": 2, "description": "Chrome Extension that shows your external IP and geolocation", "homepage_url": "http:\/\/www.TravelingTechGuy.com", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "http:\/\/myip.travelingtechguy.com\/" ] } |