Astronomy Picture of the Day APOD by The Trav

Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas

Astronomy Picture of the Day APOD by The Trav란 무엇입니까?

Astronomy Picture of the Day APOD by The Trav은(는) travis.lawrence12에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Your New Tab page will now be the Astronomy Picture of the Day (APOD)!

Your top sites are shown in the top left of the page to maintain some usefulness from the default new tab screen.

Set your APOD to show you Today's APOD a set number of times before switching to a Random APOD. Use the menu bar options to set the number of times each day you want to see the most current APOD before it starts showing Random APOD's. Each day this setting will update!

APOD by The Trav has the following features:
* The fastest loading APOD extension available.
* Use the options in the Chrome menu bar to set "Today" or a "Random" APOD on new tab.
* Save your favorite APOD's for viewing again with the "Save Favorites" button at the bottom right.
* Toggle through the history of viewed images with the Left and Right arrow keys.

Navigation shortcuts:
* Random APOD - 'r'
* Today's APOD - 't'
* Previous Day APOD - 'j'
* Next Day APOD - 'k'

Tab Shortcuts:
* Toggle Explanation - 'e'
* Toggle Favorites - 'f'

Permissions explanation:

- TopSites Permission is simply to show you your top sites in the top left of the page.

- Storage Permissions are used to save your Favorites.                    

확장 프로그램 기본 정보

이름 Astronomy Picture of the Day APOD by The Trav Astronomy Picture of the Day APOD by The Trav
ID aedpginojmhafbemcoelnppdcmlfjcdj
공식 URL https://chromewebstore.google.com/detail/astronomy-picture-of-the/aedpginojmhafbemcoelnppdcmlfjcdj
설명 Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas
파일 크기 2.16 MB
설치 횟수 1,070
현재 버전 4.1.4
최근 업데이트 2023-03-31
출시 날짜 2020-04-09
평점 4.78/5 총 18 개의 평점
개발자 travis.lawrence12
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.redundantrobot.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas",
    "version": "4.1.4",
    "manifest_version": 3,
    "name": "Astronomy Picture of the Day APOD by The Trav",
    "options_page": "popup.html",
    "short_name": "APOD by The Trav",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "https:\/\/api.nasa.gov\/*"
    ],
    "permissions": [
        "topSites",
        "storage"
    ]
}