gearth New tab
Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Cos'è gearth New tab?
gearth New tab è un'estensione di Chrome sviluppata da DeveExtDeveloper, e la sua funzione principale è "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione gearth New tab
Scarica i file di estensione gearth New tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mdkdpkdocakckkclfchmpocflboflolj |
URL Ufficiale | https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj |
Descrizione | Every time you open a new tab you will see time & date and a beautiful image from Google earth. |
Dimensione del File | 103 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2022-07-14 |
Data di Pubblicazione | 2022-05-08 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | DeveExtDeveloper |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gearth.us/ |
URL della Pagina di Aiuto | https://gearth.us/ |
Lingue Supportate | 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" } } |