gearth New tab

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

Vad är gearth New tab?

gearth New tab är en Chrome-tillägg utvecklad av DeveExtDeveloper, och dess huvudfunktion är "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".

Tilläggsskärmbilder

screenshot

Ladda ner gearth New tab-förlängningens CRX-fil

Ladda ner gearth New tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
Officiell webbadress https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
Beskrivning Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Filstorlek 103 KB
Antal Installationer 8,000
Aktuell Version 2.2
Senast Uppdaterad 2022-07-14
Publiceringsdatum 2022-05-08
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare DeveExtDeveloper
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gearth.us/
Hjälpsida URL https://gearth.us/
Stödda Språk 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"
    }
}