NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

Cos'è NASA Picture of the Day?

NASA Picture of the Day è un'estensione di Chrome sviluppata da http://breakfasthack.com, e la sua funzione principale è "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

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

Scarica i file di estensione NASA 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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

Informazioni di Base sull'Estensione

Nome NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
URL Ufficiale https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Descrizione Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Dimensione del File 34.96 KB
Conteggio Installazioni 907
Versione Corrente 0.1
Ultimo Aggiornamento 2015-03-30
Data di Pubblicazione 2015-03-30
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore http://breakfasthack.com
Tipo di Pagamento free
Sito Web dell'Estensione http://breakfasthack.com
URL della Pagina di Aiuto http://breakfasthack.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}