Hubble

Space info on your new tab pages!

Hubbleคืออะไร?

Hubble เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucas Dunker และคุณลักษณะหลักของมันคือ "Space info on your new tab pages!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hubble

ดาวน์โหลดไฟล์ส่วนขยาย Hubble ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Chrome Extension for the everyday astronaut, displaying planet data, the number of current people in space, the Hubble Telescope feed, and Nasa's Picture of the Day.

Made for HackBeanpot 2022 :)

By Luke Taylor, Lucas Dunker, Sophia Villalba, Crystal Zhang, and Veronica Lekhtman.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hubble Hubble
ID obkiolbapfbgkjffhlmfnaejbnoamkhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf
คำอธิบาย Space info on your new tab pages!
ขนาดไฟล์ 2.83 MB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-02-16
วันที่เผยแพร่ 2022-02-13
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Lucas Dunker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hubble",
    "description": "Space info on your new tab pages!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "icons": {
        "16": "\/icons\/hubble16.png",
        "32": "\/icons\/hubble32.png",
        "64": "\/icons\/hubble64.png"
    }
}