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.
Co je NASA Space Explorer: Discover the Cosmos?
NASA Space Explorer: Discover the Cosmos je rozšíření Chrome vyvinuté Anurag Gupta, a jeho hlavní funkcí je „Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NASA Space Explorer: Discover the Cosmos
Stáhněte si soubory rozšíření NASA Space Explorer: Discover the Cosmos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | NASA Space Explorer: Discover the Cosmos |
ID | kdbblbiggblcikgldcfcpoaalaalppnm |
Oficiální URL | https://chromewebstore.google.com/detail/nasa-space-explorer-disco/kdbblbiggblcikgldcfcpoaalaalppnm |
Popis | Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension. |
Velikost souboru | 565 KB |
Počet instalací | 54 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2023-01-14 |
Datum Vydání | 2023-01-07 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Anurag Gupta |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [] } ] } |