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

NASA Astronomy Picture of the Day là một tiện ích mở rộng Chrome được phát triển bởi Rhys Mills, và tính năng chính của nó là "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng NASA Astronomy Picture of the Day 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

                        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                    

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

Tên NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
URL Chính Thức https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
Mô tả An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Kích Thước Tệp 249 KB
Số Lần Cài Đặt 809
Phiên Bản Hiện Tại 1.03
Cập Nhật Lần Cuối 2020-06-04
Ngày Phát Hành 2020-06-04
Nhà Phát Triển Rhys Mills
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rhystmills/nasa-apod-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}