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."입니다.

확장 프로그램 스크린샷

screenshot

NASA Space Explorer: Discover the Cosmos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
        }
    ]
}