Hubble

Space info on your new tab pages!

Hubble क्या है?

Hubble Lucas Dunker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Space info on your new tab pages!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hubble एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}