Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Astronomy Picture of the Day란 무엇입니까?

Astronomy Picture of the Day은(는) ohohbot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the Astronomy Picture of the Day in your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Astronomy Picture of the Day 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

확장 프로그램 기본 정보

이름 Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
공식 URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
설명 This extension displays the Astronomy Picture of the Day in your new tab page.
파일 크기 2.89 MB
설치 횟수 523
현재 버전 2
최근 업데이트 2017-03-12
출시 날짜 2017-03-12
평점 4.32/5 총 19 개의 평점
개발자 ohohbot
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}