gearth New tab

Every time you open a new tab you will see time & date and a beautiful image from Google earth.

Was ist gearth New tab?

gearth New tab ist eine Chrome-Erweiterung, die von DeveExtDeveloper entwickelt wurde, und ihr Hauptmerkmal ist "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".

Erweiterungsscreenshots

screenshot

gearth New tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie gearth New tab-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
Offizielle URL https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
Beschreibung Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Dateigröße 103 KB
Installationsanzahl 8,000
Aktuelle Version 2.2
Letztes Update 2022-07-14
Veröffentlichungsdatum 2022-05-08
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler DeveExtDeveloper
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gearth.us/
Hilfeseite URL https://gearth.us/
Unterstützte Sprachen 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"
    }
}