Hubble

Space info on your new tab pages!

Hubble란 무엇입니까?

Hubble은(는) Lucas Dunker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Space info on your new tab pages!"입니다.

확장 프로그램 스크린샷

screenshot

Hubble 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Hubble Hubble
ID obkiolbapfbgkjffhlmfnaejbnoamkhf
공식 URL https://chromewebstore.google.com/detail/hubble/obkiolbapfbgkjffhlmfnaejbnoamkhf
설명 Space info on your new tab pages!
파일 크기 2.83 MB
설치 횟수 46
현재 버전 1.0
최근 업데이트 2022-02-16
출시 날짜 2022-02-13
평점 5.00/5 총 4 개의 평점
개발자 Lucas Dunker
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}