D-Day with APOD

This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.

Qu'est-ce que D-Day with APOD ?

D-Day with APOD est une extension Chrome développée par https://meinside.dev, et sa fonction principale est "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension D-Day with APOD

Téléchargez les fichiers d'extension D-Day with 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

                        Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).                    

Informations de Base sur l'Extension

Nom D-Day with APOD D-Day with APOD
ID chcbloiikmmeocihooagfegcoikgkjdn
URL Officiel https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn
Description This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
Taille du Fichier 193 KB
Nombre d'Installations 187
Version Actuelle 0.2.0
Dernière Mise à Jour 2021-06-09
Date de Publication 2017-07-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://meinside.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/meinside/chromeextension-d-day-with-apod
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D-Day with APOD",
    "version": "0.2.0",
    "manifest_version": 3,
    "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.",
    "homepage_url": "https:\/\/meinside.dev",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options_custom\/index.html",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.data.gov\/nasa\/planetary\/*"
    ]
}