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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NASA Space Explorer: Discover the Cosmos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": []
        }
    ]
}