Hubble

Space info on your new tab pages!

Hubbleとは何ですか?

HubbleはLucas Dunkerによって開発されたChromeの拡張機能で、その主な機能は「Space info on your new tab pages!」です。

拡張機能のスクリーンショット

screenshot

Hubble拡張機能のCRXファイルをダウンロード

Hubble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}