NASA Picture of the Day
Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
O que é NASA Picture of the Day?
NASA Picture of the Day é uma extensão do Chrome desenvolvida por http://breakfasthack.com, e sua principal característica é "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NASA Picture of the Day
Baixe arquivos de extensão NASA 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
A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery. Very minimalistic.
Informações Básicas da Extensão
Nome | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
URL Oficial | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Descrição | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Tamanho do Arquivo | 34.96 KB |
Contagem de Instalações | 907 |
Versão Atual | 0.1 |
Última Atualização | 2015-03-30 |
Data de Publicação | 2015-03-30 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | http://breakfasthack.com |
Tipo de Pagamento | free |
Site da Extensão | http://breakfasthack.com |
URL da Página de Ajuda | http://breakfasthack.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Picture of the Day", "short_name": "NASA_POTD", "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "page.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |