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 là gì?

NASA Space Explorer: Discover the Cosmos là một tiện ích mở rộng Chrome được phát triển bởi Anurag Gupta, và tính năng chính của nó là "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NASA Space Explorer: Discover the Cosmos

Tải xuống các tệp mở rộng NASA Space Explorer: Discover the Cosmos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NASA Space Explorer: Discover the Cosmos NASA Space Explorer: Discover the Cosmos
ID kdbblbiggblcikgldcfcpoaalaalppnm
URL Chính Thức https://chromewebstore.google.com/detail/nasa-space-explorer-disco/kdbblbiggblcikgldcfcpoaalaalppnm
Mô tả Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.
Kích Thước Tệp 565 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-01-14
Ngày Phát Hành 2023-01-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Anurag Gupta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}