gearth New tab

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

What is gearth New tab?

gearth New tab is a Chrome extension developed by DeveExtDeveloper, and its main feature is "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".

Extension Screenshots

screenshot

Download gearth New tab Extension CRX File

Download gearth New tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
Official URL https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
Description Every time you open a new tab you will see time & date and a beautiful image from Google earth.
File Size 103 KB
Installation Count 8,000
Current Version 2.2
Last Updated 2022-07-14
Publish Date 2022-05-08
Rating 4.00/5 Total 2 Ratings
Developer DeveExtDeveloper
Email [email protected]
Payment Type free
Extension Website https://gearth.us/
Help Page URL https://gearth.us/
Supported Languages 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"
    }
}