NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
O que é NASA Astronomy Picture of the Day?
NASA Astronomy Picture of the Day é uma extensão do Chrome desenvolvida por Rhys Mills, e sua principal característica é "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NASA Astronomy Picture of the Day
Baixe arquivos de extensão NASA Astronomy Picture of the Day 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
Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day". This is an unofficial project which uses NASA's APOD API. This extension is open source; all code can be seen here: https://github.com/rhystmills/nasa-apod-extension
Informações Básicas da Extensão
Nome | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
URL Oficial | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Descrição | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
Tamanho do Arquivo | 249 KB |
Contagem de Instalações | 809 |
Versão Atual | 1.03 |
Última Atualização | 2020-06-04 |
Data de Publicação | 2020-06-04 |
Desenvolvedor | Rhys Mills |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rhystmills/nasa-apod-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NASA APOD", "name": "NASA Astronomy Picture of the Day", "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.", "manifest_version": 2, "version": "1.03", "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'", "icons": { "16": "extension-icon.png", "48": "extension-icon.png", "128": "extension-icon.png" } } |