Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

What is Astronomy Picture of the Day?

Astronomy Picture of the Day is a Chrome extension developed by ohohbot, and its main feature is "This extension displays the Astronomy Picture of the Day in your new tab page.".

Extension Screenshots

screenshot
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

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

Extension Basic Information

Name Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
Official URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Description This extension displays the Astronomy Picture of the Day in your new tab page.
File Size 2.89 MB
Installation Count 523
Current Version 2
Last Updated 2017-03-12
Publish Date 2017-03-12
Rating 4.32/5 Total 19 Ratings
Developer ohohbot
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}