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 là gì?

Astronomy Picture of the Day APOD by The Trav là một tiện ích mở rộng Chrome được phát triển bởi travis.lawrence12, và tính năng chính của nó là "Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Astronomy Picture of the Day APOD by The Trav

Tải xuống các tệp mở rộng Astronomy Picture of the Day APOD by The Trav dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Astronomy Picture of the Day APOD by The Trav Astronomy Picture of the Day APOD by The Trav
ID aedpginojmhafbemcoelnppdcmlfjcdj
URL Chính Thức https://chromewebstore.google.com/detail/astronomy-picture-of-the/aedpginojmhafbemcoelnppdcmlfjcdj
Mô tả Displays the Astronomy Picture of the Day (APOD) and allows you to review similar images of planets, stars, galaxies and nebulas
Kích Thước Tệp 2.16 MB
Số Lần Cài Đặt 1,070
Phiên Bản Hiện Tại 4.1.4
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2020-04-09
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển travis.lawrence12
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.redundantrobot.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}