Ip Location
Locate Yourself !
O que é Ip Location?
Ip Location é uma extensão do Chrome desenvolvida por gpoirrier78, e sua principal característica é "Locate Yourself !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ip Location
Baixe arquivos de extensão 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
This chrome extension allows you to locate yourself thanks to your public IP address. An awesome flag icon is shown on the top bar to show your location, and your location can be displayed on a map, if available. Fork me ! https://github.com/GuillaumePoirrier/IpLocation.git Icons credit : Freepik, from www.flaticon.com
Informações Básicas da Extensão
Nome | Ip Location |
ID | jckhobchpljnnodjdfaifbjhaddajdhk |
URL Oficial | https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk |
Descrição | Locate Yourself ! |
Tamanho do Arquivo | 1.13 MB |
Contagem de Instalações | 141 |
Versão Atual | 0.0.6 |
Última Atualização | 2020-04-13 |
Data de Publicação | 2020-04-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | gpoirrier78 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ip Location", "description": "Locate Yourself !", "version": "0.0.6", "icons": { "24": "img\/icon\/icon-24.png", "48": "img\/icon\/icon-48.png", "64": "img\/icon\/icon-64.png", "128": "img\/icon\/icon-128.png", "256": "img\/icon\/icon-256.png" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": "img\/icon\/icon-64.png", "default_popup": "popup\/popup.html" } } |