NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

Was ist NASA Picture of the Day Tab?

NASA Picture of the Day Tab ist eine Chrome-Erweiterung, die von brettwseitz entwickelt wurde, und ihr Hauptmerkmal ist "Shows the NASA Picture of the Day upon opening a new tab.".

Erweiterungsscreenshots

screenshot

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

Laden Sie NASA Picture of the Day Tab-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

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

Grundlegende Informationen zur Erweiterung

Name NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
Offizielle URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Beschreibung Shows the NASA Picture of the Day upon opening a new tab.
Dateigröße 23.57 KB
Installationsanzahl 38
Aktuelle Version 1.0.0
Letztes Update 2018-08-25
Veröffentlichungsdatum 2018-08-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler brettwseitz
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}