NASA Picture of the Day Tab
Shows the NASA Picture of the Day upon opening a new tab.
What is NASA Picture of the Day Tab?
NASA Picture of the Day Tab is a Chrome extension developed by brettwseitz, and its main feature is "Shows the NASA Picture of the Day upon opening a new tab.".
Extension Screenshots
Download NASA Picture of the Day Tab Extension CRX File
Download NASA Picture of the Day 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
An extension which presents the NASA Picture of the Day as the background to a new tab.
Extension Basic Information
Name | NASA Picture of the Day Tab |
ID | bhlhaojmlcidaadglhfbmfacoaaebocm |
Official URL | https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm |
Description | Shows the NASA Picture of the Day upon opening a new tab. |
File Size | 23.57 KB |
Installation Count | 38 |
Current Version | 1.0.0 |
Last Updated | 2018-08-25 |
Publish Date | 2018-08-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | brettwseitz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NASA Picture of the Day Tab", "description": "Shows the NASA Picture of the Day upon opening a new tab.", "version": "1.0.0", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';" } |