Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Astronomy Picture of the Day là gì?

Astronomy Picture of the Day là một tiện ích mở rộng Chrome được phát triển bởi ohohbot, và tính năng chính của nó là "This extension displays the Astronomy Picture of the Day in your new tab page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

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

Tên Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
URL Chính Thức https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Mô tả This extension displays the Astronomy Picture of the Day in your new tab page.
Kích Thước Tệp 2.89 MB
Số Lần Cài Đặt 523
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2017-03-12
Ngày Phát Hành 2017-03-12
Đánh Giá 4.32/5 Tổng số 19 Đánh Giá
Nhà Phát Triển ohohbot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}