I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Что такое I Need Some Space?
I Need Some Space - это расширение Chrome, разработанное Unknown, и его основная функция - "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Снимки экрана расширения
Скачать файл CRX расширения I Need Some Space
Скачайте файлы расширений I Need Some Space в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
Официальный URL | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Описание | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Размер файла | 6.47 MB |
Количество установок | 292 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2018-10-21 |
Дата публикации | 2018-10-21 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/rahulk64/iss-extension |
Поддерживаемые языки | 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" } } |