gearth New tab
Every time you open a new tab you will see time & date and a beautiful image from Google earth.
O que é gearth New tab?
gearth New tab é uma extensão do Chrome desenvolvida por DeveExtDeveloper, e sua principal característica é "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão gearth New tab
Baixe arquivos de extensão gearth New tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mdkdpkdocakckkclfchmpocflboflolj |
URL Oficial | https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj |
Descrição | Every time you open a new tab you will see time & date and a beautiful image from Google earth. |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 8,000 |
Versão Atual | 2.2 |
Última Atualização | 2022-07-14 |
Data de Publicação | 2022-05-08 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | DeveExtDeveloper |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gearth.us/ |
URL da Página de Ajuda | https://gearth.us/ |
Idiomas Suportados | 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" } } |