LatLong

An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.

什麼是LatLong?

LatLong是由matharoo開發的Chrome擴展程式,該擴展的主要功能是“An application to convert addresses into Geographic coordinates and also convert the coordinates to addresses. Plus export to csv.”。

擴展截圖

screenshot
screenshot
screenshot

下載LatLong擴展crx文件

下載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 LatLong
ID aaclhojogkcakmjnadccbhpkkolcpaeh
官方網址 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": []
}