APODtab

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

Wat is APODtab?

APODtab is een Chrome-extensie ontwikkeld door jooldesign.co.uk, en de belangrijkste functie is "Displays the latest NASA APOD image when you open a new tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie APODtab

Download APODtab-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

                        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!                    

Basisinformatie over de Extensie

Naam APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
Officiële URL https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Beschrijving Displays the latest NASA APOD image when you open a new tab
Bestandsgrootte 70.76 KB
Aantal Installaties 61
Huidige Versie 1.3.0
Laatst Bijgewerkt 2017-02-16
Publicatiedatum 2017-02-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jooldesign.co.uk
Betalingswijze free
Extensiewebsite http://jooldesign.co.uk
Ondersteunde Talen 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"
    }
}