APODtab

Displays the latest NASA APOD image when you open a new tab

What is APODtab?

APODtab is a Chrome extension developed by jooldesign.co.uk, and its main feature is "Displays the latest NASA APOD image when you open a new tab".

Extension Screenshots

screenshot

Download APODtab Extension CRX File

Download APODtab 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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

Extension Basic Information

Name APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
Official URL https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Description Displays the latest NASA APOD image when you open a new tab
File Size 70.76 KB
Installation Count 61
Current Version 1.3.0
Last Updated 2017-02-16
Publish Date 2017-02-16
Rating 5.00/5 Total 1 Ratings
Developer jooldesign.co.uk
Payment Type free
Extension Website http://jooldesign.co.uk
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}