Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
O que é Astronomy Picture of the Day?
Astronomy Picture of the Day é uma extensão do Chrome desenvolvida por ohohbot, e sua principal característica é "This extension displays the Astronomy Picture of the Day in your new tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Astronomy Picture of the Day
Baixe arquivos de extensão 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
This extension displays the Astronomy Picture of the Day in your new tab page. This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0
Informações Básicas da Extensão
Nome | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
URL Oficial | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
Descrição | This extension displays the Astronomy Picture of the Day in your new tab page. |
Tamanho do Arquivo | 2.89 MB |
Contagem de Instalações | 523 |
Versão Atual | 2 |
Última Atualização | 2017-03-12 |
Data de Publicação | 2017-03-12 |
Classificação | 4.32/5 Total de 19 Avaliações |
Desenvolvedor | ohohbot |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "build\/apod.js" ] }, "name": "Astronomy Picture of the Day", "description": "This extension displays the Astronomy Picture of the Day in your new tab page.", "version": "2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage" ] } |