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