NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

Was ist NASA Picture of the Day?

NASA Picture of the Day ist eine Chrome-Erweiterung, die von http://breakfasthack.com entwickelt wurde, und ihr Hauptmerkmal ist "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

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

Laden Sie NASA 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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

Grundlegende Informationen zur Erweiterung

Name NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
Offizielle URL https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Beschreibung Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Dateigröße 34.96 KB
Installationsanzahl 907
Aktuelle Version 0.1
Letztes Update 2015-03-30
Veröffentlichungsdatum 2015-03-30
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler http://breakfasthack.com
Zahlungsart free
Erweiterungswebsite http://breakfasthack.com
Hilfeseite URL http://breakfasthack.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}