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 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में I Need Some Space एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |