Google Earth for Browser
Open Google Earth from an extension.
Wat is Google Earth for Browser?
Google Earth for Browser is een Chrome-extensie ontwikkeld door alqndzlyalqndwly, en de belangrijkste functie is "Open Google Earth from an extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Earth for Browser
Download Google Earth for Browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ckaooknhkacnjegigelpfclclgbgnljf |
Officiële URL | https://chrome.google.com/webstore/detail/google-earth-for-browser/ckaooknhkacnjegigelpfclclgbgnljf |
Beschrijving | Open Google Earth from an extension. |
Bestandsgrootte | 28.68 KB |
Aantal Installaties | 53,058 |
Huidige Versie | 1.3.0.1 |
Laatst Bijgewerkt | 2023-05-07 |
Publicatiedatum | 2021-01-29 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | alqndzlyalqndwly |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://discord.gg/7HB9a6ua6Y |
URL van de Privacybeleid Pagina | https://madgicx.com/privacy-policy |
Ondersteunde Talen | 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" } } |