gearth New tab
Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Hvad er gearth New tab?
gearth New tab er en Chrome-udvidelse udviklet af DeveExtDeveloper, og dens hovedfunktion er "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".
Udvidelsesskærmbilleder
Download gearth New tab-udvidelses-CRX-fil
Download gearth New tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | mdkdpkdocakckkclfchmpocflboflolj |
Officiel URL | https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj |
Beskrivelse | Every time you open a new tab you will see time & date and a beautiful image from Google earth. |
Filstørrelse | 103 KB |
Antal Installationer | 8,000 |
Nuværende Version | 2.2 |
Senest Opdateret | 2022-07-14 |
Udgivelsesdato | 2022-05-08 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | DeveExtDeveloper |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gearth.us/ |
Hjælpeside-URL | https://gearth.us/ |
Understøttede Sprog | 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" } } |