New Tab APOD

This extension displays the NASA astronomy picture of the day on every new tab window.

Qu'est-ce que New Tab APOD ?

New Tab APOD est une extension Chrome développée par Patrick, et sa fonction principale est "This extension displays the NASA astronomy picture of the day on every new tab window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tab APOD

Téléchargez les fichiers d'extension New Tab APOD 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

                                            

Informations de Base sur l'Extension

Nom New Tab APOD New Tab APOD
ID konddkpdfldiefojelccmbdcbblelffh
URL Officiel https://chromewebstore.google.com/detail/new-tab-apod/konddkpdfldiefojelccmbdcbblelffh
Description This extension displays the NASA astronomy picture of the day on every new tab window.
Taille du Fichier 57.34 KB
Nombre d'Installations 143
Version Actuelle 0.1.4
Dernière Mise à Jour 2016-12-22
Date de Publication 2016-12-22
Évaluation 5.00/5 Total 6 Évaluations
Développeur Patrick
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab APOD",
    "description": "This extension displays the NASA astronomy picture of the day on every new tab window.",
    "version": "0.1.4",
    "permissions": [
        "https:\/\/apod.nasa.gov\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}