New Tab APOD

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

What is New Tab APOD?

New Tab APOD is a Chrome extension developed by Patrick, and its main feature is "This extension displays the NASA astronomy picture of the day on every new tab window.".

Extension Screenshots

screenshot

Download New Tab APOD Extension CRX File

Download New Tab 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

                                            

Extension Basic Information

Name New Tab APOD New Tab APOD
ID konddkpdfldiefojelccmbdcbblelffh
Official URL 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.
File Size 57.34 KB
Installation Count 143
Current Version 0.1.4
Last Updated 2016-12-22
Publish Date 2016-12-22
Rating 5.00/5 Total 6 Ratings
Developer Patrick
Payment Type free
Supported Languages 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"
    }
}