LatLong
An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.
¿Qué es LatLong?
LatLong es una extensión de Chrome desarrollada por matharoo, y su función principal es "An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LatLong
Descarga archivos de extensión LatLong en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
With LatLong Chrome Extension you can: Get Coordinates : Gives you Latitude and Longitude point coordinates for any valid address, city or country name. Get Address: Convert the geographic coordinates(Latitude and Longitudes) into valid addresses. Just enter the longitude and latitudes and get the location addresses instantly. Export to CSV! : now you can export and save the table data for different locations to CSV file. It approximates the coordinates you enter into nearest address information. Just select the mode and start converting... Update v2 [Aug-18-2019]: + Much awaited feature, now Export the table data to CSV. + Performance improvements.. Update v1.5 [Apr-15-2014] : + Visual Enhancements with bootstrap css and new icons and buttons. + Easy input for Latitude and Longitude fields allowing only numbers reducing chances of errors. Requirements: + Internet connection to get the data.
Información Básica de la Extensión
Nombre | LatLong |
ID | aaclhojogkcakmjnadccbhpkkolcpaeh |
URL Oficial | https://chromewebstore.google.com/detail/latlong/aaclhojogkcakmjnadccbhpkkolcpaeh |
Descripción | An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv. |
Tamaño del Archivo | 76.12 KB |
Cantidad de Instalaciones | 2,034 |
Versión Actual | 2.0.1 |
Última Actualización | 2019-08-18 |
Fecha de Publicación | 2019-08-18 |
Calificación | 4.75/5 Total de 8 Calificaciones |
Desarrollador | matharoo |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.linkedin.com/in/matharoo |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LatLong", "description": "An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.", "version": "2.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [] } |