Hubble

Space info on your new tab pages!

Wat is Hubble?

Hubble is een Chrome-extensie ontwikkeld door Lucas Dunker, en de belangrijkste functie is "Space info on your new tab pages!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hubble

Download Hubble-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hubble Hubble
ID obkiolbapfbgkjffhlmfnaejbnoamkhf
Officiële URL https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf
Beschrijving Space info on your new tab pages!
Bestandsgrootte 2.83 MB
Aantal Installaties 46
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-16
Publicatiedatum 2022-02-13
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Lucas Dunker
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}