NASA Astronomy Picture of the Day

An inspiring picture of our universe every day, replacing the New Tab in Chrome.

什么是NASA Astronomy Picture of the Day?

NASA Astronomy Picture of the Day是由Rhys Mills开发的Chrome扩展程序,该扩展的主要功能是“An inspiring picture of our universe every day, replacing the New Tab in Chrome.”。

扩展截图

screenshot
screenshot
screenshot

下载NASA Astronomy Picture of the Day扩展crx文件

下载NASA Astronomy Picture of the Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day".

This is an unofficial project which uses NASA's APOD API.

This extension is open source; all code can be seen here:
https://github.com/rhystmills/nasa-apod-extension                    

扩展基本信息

名称 NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
官方URL https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
简介 An inspiring picture of our universe every day, replacing the New Tab in Chrome.
文件大小 249 KB
安装次数 809
当前版本 1.03
更新时间 2020-06-04
上架时间 2020-06-04
开发者 Rhys Mills
付费类型 free
扩展官网 https://github.com/rhystmills/nasa-apod-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NASA APOD",
    "name": "NASA Astronomy Picture of the Day",
    "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.",
    "manifest_version": 2,
    "version": "1.03",
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'",
    "icons": {
        "16": "extension-icon.png",
        "48": "extension-icon.png",
        "128": "extension-icon.png"
    }
}