APOD

The famous APOD : Astronomy Picture Of the Day

Was ist APOD?

APOD ist eine Chrome-Erweiterung, die von https://www.astrofiles.net entwickelt wurde, und ihr Hauptmerkmal ist "The famous APOD : Astronomy Picture Of the Day".

Erweiterungsscreenshots

screenshot

APOD-Erweiterungs-CRX-Datei herunterladen

Laden Sie APOD-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 is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.

This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.

Enjoy!                    

Grundlegende Informationen zur Erweiterung

Name APOD APOD
ID gggblmmgahdkappoldbhdbofnjlklphc
Offizielle URL https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc
Beschreibung The famous APOD : Astronomy Picture Of the Day
Dateigröße 139 KB
Installationsanzahl 485
Aktuelle Version 2.1
Letztes Update 2013-06-17
Veröffentlichungsdatum 2013-06-17
Bewertung 4.40/5 Insgesamt 10 Bewertungen
Entwickler https://www.astrofiles.net
Zahlungsart free
Erweiterungswebsite http://www.astrofiles.net/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD",
    "version": "2.1",
    "description": "The famous APOD : Astronomy Picture Of the Day",
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "apod16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "apod16.png",
        "48": "apod48.png",
        "128": "apod128.png"
    }
}