Astronomy Picture of the Day

A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.

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

Astronomy Picture of the Day은(는) the-cybersapien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Get the latest of the awesome picture from NASA right on your browser!
This extension shows you the Astronomy Picture of the Day from NASA's Open Data Portal. Also get amazing information about the picture, like who does it belong to and what's the story behind it, from your new tab page!

Permissions:
Read Browsing History: To show the top visited sites
Read and Change your data on api.nasa.gov:
To get the data and picture from NASA and show it on the page

This extension does not track you.
This is an unofficial APOD extension and is not affiliated with NASA or any of it's divisions in any manner.                    

확장 프로그램 기본 정보

이름 Astronomy Picture of the Day Astronomy Picture of the Day
ID mlgidpjghjipdecdnjfmdenhpnifecgk
공식 URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk
설명 A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
파일 크기 1.39 MB
설치 횟수 80
현재 버전 1.1
최근 업데이트 2017-06-16
출시 날짜 2017-06-16
평점 5.00/5 총 2 개의 평점
개발자 the-cybersapien
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy Picture of the Day",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Aditya Aggarwal",
    "description": "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "topSites",
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/api.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newTabPage.html"
    }
}