Google Earth for Browser
Open Google Earth from an extension.
What is Google Earth for Browser?
Google Earth for Browser is a Chrome extension developed by alqndzlyalqndwly, and its main feature is "Open Google Earth from an extension.".
Extension Screenshots
Download Google Earth for Browser Extension CRX File
Download Google Earth for Browser 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
A simple way to open Google Earth on your computer, but without downloading Google Earth Pro. This extension works with the Web version of Google Chrome and combines it with a program for your computer.
Extension Basic Information
Name | |
ID | ckaooknhkacnjegigelpfclclgbgnljf |
Official URL | https://chrome.google.com/webstore/detail/google-earth-for-browser/ckaooknhkacnjegigelpfclclgbgnljf |
Description | Open Google Earth from an extension. |
File Size | 28.68 KB |
Installation Count | 53,058 |
Current Version | 1.3.0.1 |
Last Updated | 2023-05-07 |
Publish Date | 2021-01-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | alqndzlyalqndwly |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.gg/7HB9a6ua6Y |
Privacy Policy Page URL | https://madgicx.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Launch Google Earth" }, "description": "Open Google Earth from an extension.", "manifest_version": 2, "name": "Google Earth for Browser", "version": "1.3.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |