NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab

O que é NASA Astronomy Picture of the Day New Tab?

NASA Astronomy Picture of the Day New Tab é uma extensão do Chrome desenvolvida por gracia9828, e sua principal característica é "NASA Astronomy Picture of the Day New Tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NASA Astronomy Picture of the Day New Tab

Baixe arquivos de extensão NASA Astronomy Picture of the Day 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

                        Sets your new tab page to a personal dashboard that displays the NASA astronomy picture of the day (APOD). This new tab page is beautiful, educational, and feature rich. 

The new tab page comes with a search bar supporting configurable search options to Google, Bing, DuckDuckGo, You, Amazon, Walmart and eBay. You can create draggable and minimizable sticky notes. Timer and Desmos calculator widgets are available. Date and time can be configured. Shortcuts are set to most visited websites but can be edited. The position of them can be set to the center or the bottom. In the settings features can be toggled. In the bottom left there is a link to NASA astronomy picture of the day. Available in light and dark themes.                    

Informações Básicas da Extensão

Nome NASA Astronomy Picture of the Day New Tab NASA Astronomy Picture of the Day New Tab
ID cpioknajigibofdjkagdpeemjfajffjf
URL Oficial https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf
Descrição NASA Astronomy Picture of the Day New Tab
Tamanho do Arquivo 2.08 MB
Contagem de Instalações 1,575
Versão Atual 1.0.5
Última Atualização 2023-06-24
Data de Publicação 2023-01-29
Classificação 4.73/5 Total de 11 Avaliações
Desenvolvedor gracia9828
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Astronomy Picture of the Day New Tab",
    "description": "NASA Astronomy Picture of the Day New Tab",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}