NASA Astronomy Picture of the Day

An inspiring picture of our universe every day, replacing the New Tab in Chrome.

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

NASA Astronomy Picture of the Day은(는) Rhys Mills에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An inspiring picture of our universe every day, replacing the New Tab in Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day".

This is an unofficial project which uses NASA's APOD API.

This extension is open source; all code can be seen here:
https://github.com/rhystmills/nasa-apod-extension                    

확장 프로그램 기본 정보

이름 NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
공식 URL https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
설명 An inspiring picture of our universe every day, replacing the New Tab in Chrome.
파일 크기 249 KB
설치 횟수 809
현재 버전 1.03
최근 업데이트 2020-06-04
출시 날짜 2020-06-04
개발자 Rhys Mills
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rhystmills/nasa-apod-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NASA APOD",
    "name": "NASA Astronomy Picture of the Day",
    "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.",
    "manifest_version": 2,
    "version": "1.03",
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'",
    "icons": {
        "16": "extension-icon.png",
        "48": "extension-icon.png",
        "128": "extension-icon.png"
    }
}