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.
什么是NASA Space Explorer: Discover the Cosmos?
NASA Space Explorer: Discover the Cosmos是由Anurag Gupta开发的Chrome扩展程序,该扩展的主要功能是“Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.”。
扩展截图
下载NASA Space Explorer: Discover the Cosmos扩展crx文件
下载NASA Space Explorer: Discover the Cosmos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | NASA Space Explorer: Discover the Cosmos |
ID | kdbblbiggblcikgldcfcpoaalaalppnm |
官方URL | https://chromewebstore.google.com/detail/nasa-space-explorer-disco/kdbblbiggblcikgldcfcpoaalaalppnm |
简介 | Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension. |
文件大小 | 565 KB |
安装次数 | 54 |
当前版本 | 1.2 |
更新时间 | 2023-01-14 |
上架时间 | 2023-01-07 |
评分 | 5.00/5 共2次评分 |
开发者 | Anurag Gupta |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [] } ] } |