I Need Some Space

A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.

Qu'est-ce que I Need Some Space ?

I Need Some Space est une extension Chrome développée par Unknown, et sa fonction principale est "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension I Need Some Space

Téléchargez les fichiers d'extension I Need Some Space au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom I Need Some Space I Need Some Space
ID pnfnlobicflcdpdgggjmfdpodnpmepgg
URL Officiel https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg
Description A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Taille du Fichier 6.47 MB
Nombre d'Installations 292
Version Actuelle 0.0.2
Dernière Mise à Jour 2018-10-21
Date de Publication 2018-10-21
Évaluation 5.00/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/rahulk64/iss-extension
Langues Prises en Charge 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"
    }
}