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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}