gearth New tab
Every time you open a new tab you will see time & date and a beautiful image from Google earth.
¿Qué es gearth New tab?
gearth New tab es una extensión de Chrome desarrollada por DeveExtDeveloper, y su función principal es "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión gearth New tab
Descarga archivos de extensión gearth New tab 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
The G-Earth Extension will load a random beautiful picture from space, every time you open a new tab. Now you can circle the globe and see amazing satellite images every time you start Browsing the web. By clicking "Add to chrome", I accept and agree to installing Gearth extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at Privacy Policy: gearth,us/privacy.html EULA: https:gearth.us/eula.html Gearth search will be powered by Microsoft Bing.
Información Básica de la Extensión
Nombre | |
ID | mdkdpkdocakckkclfchmpocflboflolj |
URL Oficial | https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj |
Descripción | Every time you open a new tab you will see time & date and a beautiful image from Google earth. |
Tamaño del Archivo | 103 KB |
Cantidad de Instalaciones | 8,000 |
Versión Actual | 2.2 |
Última Actualización | 2022-07-14 |
Fecha de Publicación | 2022-05-08 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | DeveExtDeveloper |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gearth.us/ |
URL de la Página de Ayuda | https://gearth.us/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gearth New tab", "description": "Every time you open a new tab you will see time & date and a beautiful image from Google earth.", "version": "2.2", "manifest_version": 3, "icons": { "16": "\/index.png", "32": "\/index.png", "48": "\/index.png", "128": "\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/www.gstatic.com\/*" ], "background": { "service_worker": "service_worker.js" } } |