Earth View from Google Earth
Experience a beautiful image from Google Earth every time you open a new tab.
Was ist Earth View from Google Earth?
Earth View from Google Earth ist eine Chrome-Erweiterung, die von earth-view entwickelt wurde, und ihr Hauptmerkmal ist "Experience a beautiful image from Google Earth every time you open a new tab.".
Erweiterungsscreenshots
Earth View from Google Earth-Erweiterungs-CRX-Datei herunterladen
Laden Sie Earth View from Google Earth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bhloflhklmhfpedakmangadcdofhnnoh |
| Offizielle URL | https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh |
| Beschreibung | Experience a beautiful image from Google Earth every time you open a new tab. |
| Dateigröße | 165 KB |
| Installationsanzahl | 856,623 |
| Aktuelle Version | 3.1.0 |
| Letztes Update | 2024-02-20 |
| Veröffentlichungsdatum | 2020-02-26 |
| Bewertung | 4.20/5 Insgesamt 5195 Bewertungen |
| Entwickler | earth-view |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.google.com/policies/privacy |
| Unterstützte Sprachen | 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\/*"
]
} | |