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 |
Eメール | [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": [] } ] } |