ESA/Hubble Top 100 Images

Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.

O que é ESA/Hubble Top 100 Images?

ESA/Hubble Top 100 Images é uma extensão do Chrome desenvolvida por ESA/Hubble, e sua principal característica é "Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ESA/Hubble Top 100 Images

Baixe arquivos de extensão ESA/Hubble Top 100 Images 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

                        This extension takes a random image from our collection of 100 best images and renders it when the user opens a new browser tab. In the lower left corner the logo of our official site is displayed next to the title and image credit.                    

Informações Básicas da Extensão

Nome ESA/Hubble Top 100 Images ESA/Hubble Top 100 Images
ID nkhniebockeoppojmcbcgphpmpdladgo
URL Oficial https://chromewebstore.google.com/detail/esahubble-top-100-images/nkhniebockeoppojmcbcgphpmpdladgo
Descrição Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.
Tamanho do Arquivo 251 KB
Contagem de Instalações 1,742
Versão Atual 1.1.2
Última Atualização 2021-05-14
Data de Publicação 2021-03-20
Classificação 4.70/5 Total de 10 Avaliações
Desenvolvedor ESA/Hubble
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://esahubble.org
URL da Página de Ajuda https://www.encisosystems.com
URL da Página de Política de Privacidade https://esahubble.org/about/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ESA\/Hubble Top 100 Images",
    "description": "Enjoy the beautiful images from the ESA\/Hubble Space Telescope Top 100 images collection.",
    "version": "1.1.2",
    "icons": {
        "32": "icons\/ESA-Hubble32.png",
        "64": "icons\/ESA-Hubble64.png",
        "128": "icons\/ESA-Hubble128.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/ESA-Hubble32.png",
            "64": "icons\/ESA-Hubble64.png",
            "128": "icons\/ESA-Hubble128.png"
        },
        "default_title": "ESA\/Hubble Top 100 Images",
        "default_popup": "top100\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "top100\/top100.html"
    },
    "host_permissions": [
        "https:\/\/esahubble.org\/images\/feed\/top100\/",
        "https:\/\/esahubble.org\/images\/archive\/top100\/d2d\/"
    ]
}