Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Was ist Astronomy Picture of the Day?

Astronomy Picture of the Day ist eine Chrome-Erweiterung, die von ohohbot entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the Astronomy Picture of the Day in your new tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

Grundlegende Informationen zur Erweiterung

Name Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
Offizielle URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Beschreibung This extension displays the Astronomy Picture of the Day in your new tab page.
Dateigröße 2.89 MB
Installationsanzahl 523
Aktuelle Version 2
Letztes Update 2017-03-12
Veröffentlichungsdatum 2017-03-12
Bewertung 4.32/5 Insgesamt 19 Bewertungen
Entwickler ohohbot
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}