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 |
官方網址 | 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": [] } ] } |