Hubble

Space info on your new tab pages!

Apa itu Hubble?

Hubble adalah ekstensi Chrome yang dikembangkan oleh Lucas Dunker, dan fitur utamanya adalah "Space info on your new tab pages!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hubble

Unduh file ekstensi Hubble dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hubble Hubble
ID obkiolbapfbgkjffhlmfnaejbnoamkhf
URL Resmi https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf
Deskripsi Space info on your new tab pages!
Ukuran File 2.83 MB
Jumlah Instalasi 46
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-16
Tanggal Publikasi 2022-02-13
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Lucas Dunker
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}