Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
Cos'è Glat/Glong?
Glat/Glong è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Find the precise latitude and longitude of any point on Google Maps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Glat/Glong
Scarica i file di estensione Glat/Glong in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | meaobcmdlboddjbegokabeiikckmkpli |
| URL Ufficiale | https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli |
| Descrizione | Find the precise latitude and longitude of any point on Google Maps. |
| Dimensione del File | 11.31 KB |
| Conteggio Installazioni | 179 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2014-02-04 |
| Data di Pubblicazione | 2014-02-03 |
| Valutazione | 3.50/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jsvine/glat-glong |
| URL della Pagina di Aiuto | https://github.com/jsvine/glat-glong/issues |
| Lingue Supportate | 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"
]
}
]
} | |