Hubble

Space info on your new tab pages!

What is Hubble?

Hubble is a Chrome extension developed by Lucas Dunker, and its main feature is "Space info on your new tab pages!".

Extension Screenshots

screenshot

Download Hubble Extension CRX File

Download Hubble extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hubble Hubble
ID obkiolbapfbgkjffhlmfnaejbnoamkhf
Official URL https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf
Description Space info on your new tab pages!
File Size 2.83 MB
Installation Count 46
Current Version 1.0
Last Updated 2022-02-16
Publish Date 2022-02-13
Rating 5.00/5 Total 4 Ratings
Developer Lucas Dunker
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}