D-Day with APOD

This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.

D-Day with APOD là gì?

D-Day with APOD là một tiện ích mở rộng Chrome được phát triển bởi https://meinside.dev, và tính năng chính của nó là "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng D-Day with APOD

Tải xuống các tệp mở rộng D-Day with APOD 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

                        Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).                    

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

Tên D-Day with APOD D-Day with APOD
ID chcbloiikmmeocihooagfegcoikgkjdn
URL Chính Thức https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn
Mô tả This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2021-06-09
Ngày Phát Hành 2017-07-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://meinside.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/meinside/chromeextension-d-day-with-apod
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D-Day with APOD",
    "version": "0.2.0",
    "manifest_version": 3,
    "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.",
    "homepage_url": "https:\/\/meinside.dev",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options_custom\/index.html",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.data.gov\/nasa\/planetary\/*"
    ]
}