Exoplanet New Tab

Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.

O que é Exoplanet New Tab?

Exoplanet New Tab é uma extensão do Chrome desenvolvida por https://www.mermaidi.de, e sua principal característica é "Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Exoplanet New Tab

Baixe arquivos de extensão Exoplanet 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

                        Go exoplanet hunting and discover a confirmed planet in our universe drawn from the NASA database.
Each planet is visualized hypothetically and animated - no new tab planet will look like the other.
Read through the key facts of the planet: What's its size compared to earth? What's the temperature there? How long does the planet take to orbit its star? And how many stars exist in its planetary system?

Travel multiple light years with every new tab and maybe you will find the future home of mankind.                    

Informações Básicas da Extensão

Nome Exoplanet New Tab Exoplanet New Tab
ID lomgeabjcgmlehekkdofbmgedkapgpoe
URL Oficial https://chromewebstore.google.com/detail/exoplanet-new-tab/lomgeabjcgmlehekkdofbmgedkapgpoe
Descrição Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.
Tamanho do Arquivo 8.26 MB
Contagem de Instalações 57
Versão Atual 0.2.3
Última Atualização 2023-12-09
Data de Publicação 2021-04-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://www.mermaidi.de
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.mermaidi.de/datenschutz.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exoplanet New Tab",
    "description": "Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.",
    "version": "0.2.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/exoplanetarchive.ipac.caltech.edu\/TAP\/sync",
        "https:\/\/exoplanets.nasa.gov\/api\/v1\/planets\/"
    ]
}