gearth New tab

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

Wat is gearth New tab?

gearth New tab is een Chrome-extensie ontwikkeld door DeveExtDeveloper, en de belangrijkste functie is "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie gearth New tab

Download gearth New tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
Officiële URL https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
Beschrijving Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Bestandsgrootte 103 KB
Aantal Installaties 8,000
Huidige Versie 2.2
Laatst Bijgewerkt 2022-07-14
Publicatiedatum 2022-05-08
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar DeveExtDeveloper
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gearth.us/
Help Pagina-URL https://gearth.us/
Ondersteunde Talen 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"
    }
}