LatLong
An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.
Qu'est-ce que LatLong ?
LatLong est une extension Chrome développée par matharoo, et sa fonction principale est "An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LatLong
Téléchargez les fichiers d'extension LatLong au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | LatLong |
ID | aaclhojogkcakmjnadccbhpkkolcpaeh |
URL Officiel | https://chromewebstore.google.com/detail/latlong/aaclhojogkcakmjnadccbhpkkolcpaeh |
Description | An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv. |
Taille du Fichier | 76.12 KB |
Nombre d'Installations | 2,034 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2019-08-18 |
Date de Publication | 2019-08-18 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | matharoo |
Type de Paiement | free |
Site Web de l'Extension | http://www.linkedin.com/in/matharoo |
Langues Prises en Charge | 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": [] } |