NASA Astronomy Picture of the Day

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

Was ist NASA Astronomy Picture of the Day?

NASA Astronomy Picture of the Day ist eine Chrome-Erweiterung, die von Rhys Mills entwickelt wurde, und ihr Hauptmerkmal ist "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

NASA Astronomy Picture of the Day-Erweiterungs-CRX-Datei herunterladen

Laden Sie NASA Astronomy Picture of the Day-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
Offizielle URL https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
Beschreibung An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Dateigröße 249 KB
Installationsanzahl 809
Aktuelle Version 1.03
Letztes Update 2020-06-04
Veröffentlichungsdatum 2020-06-04
Entwickler Rhys Mills
Zahlungsart free
Erweiterungswebsite https://github.com/rhystmills/nasa-apod-extension
Unterstützte Sprachen 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"
    }
}