APODtab

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

Qu'est-ce que APODtab ?

APODtab est une extension Chrome développée par jooldesign.co.uk, et sa fonction principale est "Displays the latest NASA APOD image when you open a new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension APODtab

Téléchargez les fichiers d'extension APODtab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
URL Officiel https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Description Displays the latest NASA APOD image when you open a new tab
Taille du Fichier 70.76 KB
Nombre d'Installations 61
Version Actuelle 1.3.0
Dernière Mise à Jour 2017-02-16
Date de Publication 2017-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur jooldesign.co.uk
Type de Paiement free
Site Web de l'Extension http://jooldesign.co.uk
Langues Prises en Charge 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"
    }
}