NASA Picture of the Day
Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
What is NASA Picture of the Day?
NASA Picture of the Day is a Chrome extension developed by http://breakfasthack.com, and its main feature is "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Extension Screenshots
Download NASA Picture of the Day Extension CRX File
Download NASA 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
A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery. Very minimalistic.
Extension Basic Information
Name | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
Official URL | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Description | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
File Size | 34.96 KB |
Installation Count | 907 |
Current Version | 0.1 |
Last Updated | 2015-03-30 |
Publish Date | 2015-03-30 |
Rating | 4.00/5 Total 8 Ratings |
Developer | http://breakfasthack.com |
Payment Type | free |
Extension Website | http://breakfasthack.com |
Help Page URL | http://breakfasthack.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Picture of the Day", "short_name": "NASA_POTD", "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "page.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |