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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |