Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
O que é Glat/Glong?
Glat/Glong é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Find the precise latitude and longitude of any point on Google Maps.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Glat/Glong
Baixe arquivos de extensão Glat/Glong 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
The extension adds a red dot at the center of Google Maps maps. Clicking the dot reveals the center's coordinates — as an alert box (Mac/Linux only), and in Chrome's developer console (Mac/Linux/Windows). Glat/Glong works on both the new ("preview") and old versions Google Maps. --- # Privacy Glat/Glong does not collect any data, or share your data or actions with anybody. Glat/Glong does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.
Informações Básicas da Extensão
Nome | Glat/Glong |
ID | meaobcmdlboddjbegokabeiikckmkpli |
URL Oficial | https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli |
Descrição | Find the precise latitude and longitude of any point on Google Maps. |
Tamanho do Arquivo | 11.31 KB |
Contagem de Instalações | 179 |
Versão Atual | 0.1.0 |
Última Atualização | 2014-02-04 |
Data de Publicação | 2014-02-03 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jsvine/glat-glong |
URL da Página de Ajuda | https://github.com/jsvine/glat-glong/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glat\/Glong", "description": "Find the precise latitude and longitude of any point on Google Maps.", "version": "0.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/maps\/*", "*:\/\/maps.google.com\/*" ], "js": [ "js\/glat-glong.js" ] } ] } |