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 | 
| 官方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"
    }
}  |  |