Astronomy Picture of the Day

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

Cos'è Astronomy Picture of the Day?

Astronomy Picture of the Day è un'estensione di Chrome sviluppata da ohohbot, e la sua funzione principale è "This extension displays the Astronomy Picture of the Day in your new tab page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Astronomy Picture of the Day

Scarica i file di estensione Astronomy Picture of the Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
URL Ufficiale https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Descrizione This extension displays the Astronomy Picture of the Day in your new tab page.
Dimensione del File 2.89 MB
Conteggio Installazioni 523
Versione Corrente 2
Ultimo Aggiornamento 2017-03-12
Data di Pubblicazione 2017-03-12
Valutazione 4.32/5 Totale 19 Valutazioni
Sviluppatore ohohbot
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}