Hubble
Space info on your new tab pages!
Cos'è Hubble?
Hubble è un'estensione di Chrome sviluppata da Lucas Dunker, e la sua funzione principale è "Space info on your new tab pages!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hubble
Scarica i file di estensione Hubble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hubble |
ID | obkiolbapfbgkjffhlmfnaejbnoamkhf |
URL Ufficiale | https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf |
Descrizione | Space info on your new tab pages! |
Dimensione del File | 2.83 MB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-02-16 |
Data di Pubblicazione | 2022-02-13 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Lucas Dunker |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |