Google Earth for Browser
Open Google Earth from an extension.
什么是Google Earth for Browser?
Google Earth for Browser是由alqndzlyalqndwly开发的Chrome扩展程序,该扩展的主要功能是“Open Google Earth from an extension.”。
扩展截图
下载Google Earth for Browser扩展crx文件
下载Google Earth for Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ckaooknhkacnjegigelpfclclgbgnljf |
官方URL | https://chrome.google.com/webstore/detail/google-earth-for-browser/ckaooknhkacnjegigelpfclclgbgnljf |
简介 | Open Google Earth from an extension. |
文件大小 | 28.68 KB |
安装次数 | 53,058 |
当前版本 | 1.3.0.1 |
更新时间 | 2023-05-07 |
上架时间 | 2021-01-29 |
评分 | 5.00/5 共4次评分 |
开发者 | alqndzlyalqndwly |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://discord.gg/7HB9a6ua6Y |
隐私政策页面URL | https://madgicx.com/privacy-policy |
支持的语言 | 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" } } |