Hubble
Space info on your new tab pages!
什麼是Hubble?
Hubble是由Lucas Dunker開發的Chrome擴展程式,該擴展的主要功能是“Space info on your new tab pages!”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | obkiolbapfbgkjffhlmfnaejbnoamkhf |
| 官方網址 | 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"
}
} | |