gearth New tab
Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Co to jest gearth New tab?
gearth New tab to rozszerzenie Chrome opracowane przez DeveExtDeveloper, a jego główną funkcją jest „Every time you open a new tab you will see time & date and a beautiful image from Google earth.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia gearth New tab
Pobierz pliki rozszerzeń gearth New tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mdkdpkdocakckkclfchmpocflboflolj |
Oficjalny URL | https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj |
Opis | Every time you open a new tab you will see time & date and a beautiful image from Google earth. |
Rozmiar pliku | 103 KB |
Liczba instalacji | 8,000 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2022-07-14 |
Data Publikacji | 2022-05-08 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | DeveExtDeveloper |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://gearth.us/ |
Adres URL Strony Pomocy | https://gearth.us/ |
Obsługiwane Języki | 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" } } |