APOD

The famous APOD : Astronomy Picture Of the Day

Qu'est-ce que APOD ?

APOD est une extension Chrome développée par https://www.astrofiles.net, et sa fonction principale est "The famous APOD : Astronomy Picture Of the Day".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension APOD

Téléchargez les fichiers d'extension APOD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom APOD APOD
ID gggblmmgahdkappoldbhdbofnjlklphc
URL Officiel https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc
Description The famous APOD : Astronomy Picture Of the Day
Taille du Fichier 139 KB
Nombre d'Installations 485
Version Actuelle 2.1
Dernière Mise à Jour 2013-06-17
Date de Publication 2013-06-17
Évaluation 4.40/5 Total 10 Évaluations
Développeur https://www.astrofiles.net
Type de Paiement free
Site Web de l'Extension http://www.astrofiles.net/
Langues Prises en Charge 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"
    }
}