NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
What is NASA Astronomy Picture of the Day?
NASA Astronomy Picture of the Day is a Chrome extension developed by Rhys Mills, and its main feature is "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".
Extension Screenshots
Download NASA Astronomy Picture of the Day Extension CRX File
Download NASA 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
Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day". This is an unofficial project which uses NASA's APOD API. This extension is open source; all code can be seen here: https://github.com/rhystmills/nasa-apod-extension
Extension Basic Information
Name | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
Official URL | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Description | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
File Size | 249 KB |
Installation Count | 809 |
Current Version | 1.03 |
Last Updated | 2020-06-04 |
Publish Date | 2020-06-04 |
Developer | Rhys Mills |
Payment Type | free |
Extension Website | https://github.com/rhystmills/nasa-apod-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NASA APOD", "name": "NASA Astronomy Picture of the Day", "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.", "manifest_version": 2, "version": "1.03", "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'", "icons": { "16": "extension-icon.png", "48": "extension-icon.png", "128": "extension-icon.png" } } |