Hubble
Space info on your new tab pages!
Vad är Hubble?
Hubble är en Chrome-tillägg utvecklad av Lucas Dunker, och dess huvudfunktion är "Space info on your new tab pages!".
Tilläggsskärmbilder
Ladda ner Hubble-förlängningens CRX-fil
Ladda ner Hubble-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | obkiolbapfbgkjffhlmfnaejbnoamkhf |
| Officiell webbadress | https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf |
| Beskrivning | Space info on your new tab pages! |
| Filstorlek | 2.83 MB |
| Antal Installationer | 46 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-02-16 |
| Publiceringsdatum | 2022-02-13 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Lucas Dunker |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |