APOD New Tab

See pictures from Astronomy Picture of the Day when you open a new tab!

Was ist APOD New Tab?

APOD New Tab ist eine Chrome-Erweiterung, die von desolationaurora entwickelt wurde, und ihr Hauptmerkmal ist "See pictures from Astronomy Picture of the Day when you open a new tab!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

APOD New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie APOD New 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

                        Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images.

Source: http://apod.nasa.gov/apod/astropix.html.

Type '?' for keyboard shortcuts.                    

Grundlegende Informationen zur Erweiterung

Name APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
Offizielle URL https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
Beschreibung See pictures from Astronomy Picture of the Day when you open a new tab!
Dateigröße 1.25 MB
Installationsanzahl 50
Aktuelle Version 1.6.2
Letztes Update 2016-01-20
Veröffentlichungsdatum 2016-01-20
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler desolationaurora
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD New Tab",
    "short_name": "APOD New Tab",
    "version": "1.6.2",
    "description": "See pictures from Astronomy Picture of the Day when you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "apod.html"
    },
    "icons": {
        "48": "img\/48.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/",
        "http:\/\/api.data.gov\/",
        "https:\/\/api.data.gov\/"
    ]
}