Astronomy Picture of the Day

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

Wat is Astronomy Picture of the Day?

Astronomy Picture of the Day is een Chrome-extensie ontwikkeld door ohohbot, en de belangrijkste functie is "This extension displays the Astronomy Picture of the Day in your new tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Astronomy Picture of the Day

Download Astronomy Picture of the Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
Officiële URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Beschrijving This extension displays the Astronomy Picture of the Day in your new tab page.
Bestandsgrootte 2.89 MB
Aantal Installaties 523
Huidige Versie 2
Laatst Bijgewerkt 2017-03-12
Publicatiedatum 2017-03-12
Beoordeling 4.32/5 Totaal 19 Beoordelingen
Ontwikkelaar ohohbot
Betalingswijze free
Ondersteunde Talen 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"
    ]
}