NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

NASA Picture of the Day là gì?

NASA Picture of the Day là một tiện ích mở rộng Chrome được phát triển bởi http://breakfasthack.com, và tính năng chính của nó là "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".

Ả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 Picture of the Day

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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

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

Tên NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
URL Chính Thức https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Mô tả Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Kích Thước Tệp 34.96 KB
Số Lần Cài Đặt 907
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-03-30
Ngày Phát Hành 2015-03-30
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://breakfasthack.com
Loại Thanh Toán free
Trang Web Mở Rộng http://breakfasthack.com
URL Trang Trợ Giúp http://breakfasthack.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}