LatLong
An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.
Τι είναι το LatLong;
Το LatLong είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matharoo, και η κύρια λειτουργία του είναι "An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LatLong
Λήψη αρχείων επέκτασης LatLong σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | LatLong |
ID | aaclhojogkcakmjnadccbhpkkolcpaeh |
Επίσημο URL | https://chromewebstore.google.com/detail/latlong/aaclhojogkcakmjnadccbhpkkolcpaeh |
Περιγραφή | An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv. |
Μέγεθος Αρχείου | 76.12 KB |
Αριθμός Εγκαταστάσεων | 2,034 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2019-08-18 |
Ημερομηνία Δημοσίευσης | 2019-08-18 |
Αξιολόγηση | 4.75/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | matharoo |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.linkedin.com/in/matharoo |
Υποστηριζόμενες Γλώσσες | 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": [] } |