Cosmos Eyes from NASA

Enjoy amazing and beautiful space-time photographs on new tab.

What is Cosmos Eyes from NASA?

Cosmos Eyes from NASA is a Chrome extension developed by cosmoseyes, and its main feature is "Enjoy amazing and beautiful space-time photographs on new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cosmos Eyes from NASA Extension CRX File

Download Cosmos Eyes from NASA 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

                        Every time you open a new tab, Discover the cosmos from NASA's APOD (Astronomy Picture of the Day)                    

Extension Basic Information

Name Cosmos Eyes from NASA Cosmos Eyes from NASA
ID eoljldldjdolejkkojdkkbfckgdkackm
Official URL https://chromewebstore.google.com/detail/cosmos-eyes-from-nasa/eoljldldjdolejkkojdkkbfckgdkackm
Description Enjoy amazing and beautiful space-time photographs on new tab.
File Size 636 KB
Installation Count 1,540
Current Version 1.1.7
Last Updated 2020-03-08
Publish Date 2020-03-07
Rating 4.43/5 Total 7 Ratings
Developer cosmoseyes
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cosmos Eyes from NASA",
    "short_name": "Cosmos Eyes",
    "description": "Enjoy amazing and beautiful space-time photographs on new tab.",
    "version": "1.1.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.nasa.gov\/planetary\/*",
        "https:\/\/apod.nasa.gov\/apod\/image\/*",
        "https:\/\/apod.nasa.gov\/apod\/*"
    ]
}