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

تعليمات استخدام التمديد

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