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ファイルをダウンロード
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": [] } |