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 |
官方網址 | 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" } } |