Astronomy Picture of the Day

A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.

What is Astronomy Picture of the Day?

Astronomy Picture of the Day is a Chrome extension developed by the-cybersapien, and its main feature is "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Astronomy Picture of the Day Extension CRX File

Download Astronomy Picture of the Day 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

                        Get the latest of the awesome picture from NASA right on your browser!
This extension shows you the Astronomy Picture of the Day from NASA's Open Data Portal. Also get amazing information about the picture, like who does it belong to and what's the story behind it, from your new tab page!

Permissions:
Read Browsing History: To show the top visited sites
Read and Change your data on api.nasa.gov:
To get the data and picture from NASA and show it on the page

This extension does not track you.
This is an unofficial APOD extension and is not affiliated with NASA or any of it's divisions in any manner.                    

Extension Basic Information

Name Astronomy Picture of the Day Astronomy Picture of the Day
ID mlgidpjghjipdecdnjfmdenhpnifecgk
Official URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk
Description A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
File Size 1.39 MB
Installation Count 80
Current Version 1.1
Last Updated 2017-06-16
Publish Date 2017-06-16
Rating 5.00/5 Total 2 Ratings
Developer the-cybersapien
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy Picture of the Day",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Aditya Aggarwal",
    "description": "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/api.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newTabPage.html"
    }
}