NASA Astronomy Picture of the Day New Tab
NASA Astronomy Picture of the Day New Tab
What is NASA Astronomy Picture of the Day New Tab?
NASA Astronomy Picture of the Day New Tab is a Chrome extension developed by gracia9828, and its main feature is "NASA Astronomy Picture of the Day New Tab".
Extension Screenshots
Download NASA Astronomy Picture of the Day New Tab Extension CRX File
Download NASA Astronomy Picture of the Day New Tab 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
Sets your new tab page to a personal dashboard that displays the NASA astronomy picture of the day (APOD). This new tab page is beautiful, educational, and feature rich. The new tab page comes with a search bar supporting configurable search options to Google, Bing, DuckDuckGo, You, Amazon, Walmart and eBay. You can create draggable and minimizable sticky notes. Timer and Desmos calculator widgets are available. Date and time can be configured. Shortcuts are set to most visited websites but can be edited. The position of them can be set to the center or the bottom. In the settings features can be toggled. In the bottom left there is a link to NASA astronomy picture of the day. Available in light and dark themes.
Extension Basic Information
Name | NASA Astronomy Picture of the Day New Tab |
ID | cpioknajigibofdjkagdpeemjfajffjf |
Official URL | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf |
Description | NASA Astronomy Picture of the Day New Tab |
File Size | 2.08 MB |
Installation Count | 1,575 |
Current Version | 1.0.5 |
Last Updated | 2023-06-24 |
Publish Date | 2023-01-29 |
Rating | 4.73/5 Total 11 Ratings |
Developer | gracia9828 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Astronomy Picture of the Day New Tab", "description": "NASA Astronomy Picture of the Day New Tab", "version": "1.0.5", "manifest_version": 3, "icons": { "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |