D-Day with APOD

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

What is D-Day with APOD?

D-Day with APOD is a Chrome extension developed by https://meinside.dev, and its main feature is "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".

Extension Screenshots

screenshot

Download D-Day with APOD Extension CRX File

Download D-Day with APOD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name D-Day with APOD D-Day with APOD
ID chcbloiikmmeocihooagfegcoikgkjdn
Official URL 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.
File Size 193 KB
Installation Count 187
Current Version 0.2.0
Last Updated 2021-06-09
Publish Date 2017-07-06
Rating 5.00/5 Total 1 Ratings
Developer https://meinside.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/meinside/chromeextension-d-day-with-apod
Supported Languages 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\/*"
    ]
}