gearth New tab

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

Co je gearth New tab?

gearth New tab je rozšíření Chrome vyvinuté DeveExtDeveloper, a jeho hlavní funkcí je „Every time you open a new tab you will see time & date and a beautiful image from Google earth.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření gearth New tab

Stáhněte si soubory rozšíření gearth New tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
Oficiální URL https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
Popis Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Velikost souboru 103 KB
Počet instalací 8,000
Aktuální Verze 2.2
Poslední Aktualizace 2022-07-14
Datum Vydání 2022-05-08
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář DeveExtDeveloper
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gearth.us/
URL Stránky Nápovědy https://gearth.us/
Podporované Jazyky 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"
    }
}