geteach.com/lookAt
Converts Google Earth URLs to LookAt
What is geteach.com/lookAt?
geteach.com/lookAt is a Chrome extension developed by https://www.geteach.com, and its main feature is "Converts Google Earth URLs to LookAt".
Extension Screenshots
Download geteach.com/lookAt Extension CRX File
Download geteach.com/lookAt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a quickly created tool used to take a New Google Earth url and output the view for creating snapshot view in kml. Altitude is not add, but can if requested.
Extension Basic Information
Name | geteach.com/lookAt |
ID | ojbgiaoegimlbmhkpehgnnmfonebldno |
Official URL | https://chromewebstore.google.com/detail/geteachcomlookat/ojbgiaoegimlbmhkpehgnnmfonebldno |
Description | Converts Google Earth URLs to LookAt |
File Size | 8.14 KB |
Installation Count | 63 |
Current Version | 0.2 |
Last Updated | 2017-05-14 |
Publish Date | 2017-05-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.geteach.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "geteach.com\/lookAt", "version": "0.2", "icons": { "16": "pin16.png", "32": "pin32.png", "48": "pin48.png" }, "description": "Converts Google Earth URLs to LookAt", "browser_action": { "default_title": "geteach.com\/lookAt", "default_popup": "lookAtPop.html" } } |