Earth View from Google Earth
Experience a beautiful image from Google Earth every time you open a new tab.
什么是Earth View from Google Earth?
Earth View from Google Earth是由earth-view开发的Chrome扩展程序,该扩展的主要功能是“Experience a beautiful image from Google Earth every time you open a new tab.”。
扩展截图
下载Earth View from Google Earth扩展crx文件
下载Earth View from Google Earth扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Earth View displays a beautiful landscape from Google Earth every time you open a new tab.
What's new in version 3?
1,000+ NEW VIEWS: More views from more places around the globe.
BETTER QUALITY: Sharper, more colorful images, optimized for today's high-DPI screens.
GLOBAL COLOR MAP: Explore all 2,500 images by region and color on our new map: g.co/ev/map
Learn more about our privacy policy at https://www.google.com/policies/privacy/ 扩展基本信息
| 名称 | |
| ID | bhloflhklmhfpedakmangadcdofhnnoh |
| 官方URL | https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh |
| 简介 | Experience a beautiful image from Google Earth every time you open a new tab. |
| 文件大小 | 165 KB |
| 安装次数 | 856,623 |
| 当前版本 | 3.1.0 |
| 更新时间 | 2024-02-20 |
| 上架时间 | 2020-02-26 |
| 评分 | 4.20/5 共5195次评分 |
| 开发者 | earth-view |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.google.com/policies/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1.0",
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "Experience a beautiful image from Google Earth every time you open a new tab.",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"manifest_version": 3,
"name": "Earth View from Google Earth",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.gstatic.com\/prettyearth\/*"
]
} | |