I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
O que é I Need Some Space?
I Need Some Space é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão I Need Some Space
Baixe arquivos de extensão I Need Some Space 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 Chrome extension that relies on publicly available NASA APIs to create awe-inspiring home pages, featuring either a live satellite feed from the International Space Station or a random image generated from NASA's APOD, or Astronomy Picture of the Day - made for HackTX 2018. Authors: Santiago Cortes, Ashwin Kudva, Ansh Jain, Rahul Krishnan, Amit Joshi
Informações Básicas da Extensão
Nome | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
URL Oficial | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Descrição | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Tamanho do Arquivo | 6.47 MB |
Contagem de Instalações | 292 |
Versão Atual | 0.0.2 |
Última Atualização | 2018-10-21 |
Data de Publicação | 2018-10-21 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rahulk64/iss-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "I Need Some Space", "description": "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. ", "version": "0.0.2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" } } |