Astronomy Picture of the Day

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

Qu'est-ce que Astronomy Picture of the Day ?

Astronomy Picture of the Day est une extension Chrome développée par ohohbot, et sa fonction principale est "This extension displays the Astronomy Picture of the Day in your new tab page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Astronomy Picture of the Day

Téléchargez les fichiers d'extension Astronomy Picture of the Day 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 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                    

Informations de Base sur l'Extension

Nom Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
URL Officiel https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Description This extension displays the Astronomy Picture of the Day in your new tab page.
Taille du Fichier 2.89 MB
Nombre d'Installations 523
Version Actuelle 2
Dernière Mise à Jour 2017-03-12
Date de Publication 2017-03-12
Évaluation 4.32/5 Total 19 Évaluations
Développeur ohohbot
Type de Paiement free
Langues Prises en Charge 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"
    ]
}