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."입니다.
확장 프로그램 스크린샷
LatLong 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |