Earth View from Google Earth

Experience a beautiful image from Google Earth every time you open a new tab.

¿Qué es Earth View from Google Earth?

Earth View from Google Earth es una extensión de Chrome desarrollada por earth-view, y su función principal es "Experience a beautiful image from Google Earth every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Earth View from Google Earth

Descarga archivos de extensión Earth View from Google Earth en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Earth View from Google Earth Earth View from Google Earth
ID bhloflhklmhfpedakmangadcdofhnnoh
URL Oficial https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh
Descripción Experience a beautiful image from Google Earth every time you open a new tab.
Tamaño del Archivo 165 KB
Cantidad de Instalaciones 856,623
Versión Actual 3.1.0
Última Actualización 2024-02-20
Fecha de Publicación 2020-02-26
Calificación 4.20/5 Total de 5195 Calificaciones
Desarrollador earth-view
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.google.com/policies/privacy
Idiomas Soportados 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\/*"
    ]
}