NASA Space Explorer: Discover the Cosmos

Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.

Was ist NASA Space Explorer: Discover the Cosmos?

NASA Space Explorer: Discover the Cosmos ist eine Chrome-Erweiterung, die von Anurag Gupta entwickelt wurde, und ihr Hauptmerkmal ist "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.".

Erweiterungsscreenshots

screenshot

NASA Space Explorer: Discover the Cosmos-Erweiterungs-CRX-Datei herunterladen

Laden Sie NASA Space Explorer: Discover the Cosmos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Explore the beauty of space with NASA's Image of the Day! With our extension, you can view the latest high-resolution image from NASA and learn about the fascinating story behind it. Simply click on the extension icon to access the popup with the image and description. Plus, you can click on the image to see it in high-definition. Install now to discover the wonders of the cosmos!                    

Grundlegende Informationen zur Erweiterung

Name NASA Space Explorer: Discover the Cosmos NASA Space Explorer: Discover the Cosmos
ID kdbblbiggblcikgldcfcpoaalaalppnm
Offizielle URL https://chromewebstore.google.com/detail/nasa-space-explorer-disco/kdbblbiggblcikgldcfcpoaalaalppnm
Beschreibung Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.
Dateigröße 565 KB
Installationsanzahl 54
Aktuelle Version 1.2
Letztes Update 2023-01-14
Veröffentlichungsdatum 2023-01-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Anurag Gupta
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 3,
    "name": "NASA Space Explorer: Discover the Cosmos",
    "description": "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.",
    "action": {
        "default_title": "NASA Space Explorer: Discover the Cosmos",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scriptFile.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}