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.

Cos'è NASA Space Explorer: Discover the Cosmos?

NASA Space Explorer: Discover the Cosmos è un'estensione di Chrome sviluppata da Anurag Gupta, e la sua funzione principale è "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NASA Space Explorer: Discover the Cosmos

Scarica i file di estensione NASA Space Explorer: Discover the Cosmos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome NASA Space Explorer: Discover the Cosmos NASA Space Explorer: Discover the Cosmos
ID kdbblbiggblcikgldcfcpoaalaalppnm
URL Ufficiale https://chromewebstore.google.com/detail/nasa-space-explorer-disco/kdbblbiggblcikgldcfcpoaalaalppnm
Descrizione Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.
Dimensione del File 565 KB
Conteggio Installazioni 54
Versione Corrente 1.2
Ultimo Aggiornamento 2023-01-14
Data di Pubblicazione 2023-01-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Anurag Gupta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
        }
    ]
}