gearth New tab

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

Что такое gearth New tab?

gearth New tab - это расширение Chrome, разработанное DeveExtDeveloper, и его основная функция - "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения gearth New tab

Скачайте файлы расширений gearth New tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
Официальный URL https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
Описание Every time you open a new tab you will see time & date and a beautiful image from Google earth.
Размер файла 103 KB
Количество установок 8,000
Текущая Версия 2.2
Последнее Обновление 2022-07-14
Дата публикации 2022-05-08
Рейтинг 4.00/5 Всего 2 оценок
Разработчик DeveExtDeveloper
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gearth.us/
URL страницы помощи https://gearth.us/
Поддерживаемые языки 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"
    }
}