APODtab

Displays the latest NASA APOD image when you open a new tab

Cos'è APODtab?

APODtab è un'estensione di Chrome sviluppata da jooldesign.co.uk, e la sua funzione principale è "Displays the latest NASA APOD image when you open a new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione APODtab

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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

Informazioni di Base sull'Estensione

Nome APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
URL Ufficiale https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Descrizione Displays the latest NASA APOD image when you open a new tab
Dimensione del File 70.76 KB
Conteggio Installazioni 61
Versione Corrente 1.3.0
Ultimo Aggiornamento 2017-02-16
Data di Pubblicazione 2017-02-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jooldesign.co.uk
Tipo di Pagamento free
Sito Web dell'Estensione http://jooldesign.co.uk
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}