Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

Nice APOD là gì?

Nice APOD là một tiện ích mở rộng Chrome được phát triển bởi TadasTamo, và tính năng chính của nó là "A nicer looking Astronomy Picture of the Day from NASA".

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

screenshot
screenshot

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

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

                        Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc.

Source code: https://github.com/tadast/nice-apod                    

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

Tên Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
URL Chính Thức https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
Mô tả A nicer looking Astronomy Picture of the Day from NASA
Kích Thước Tệp 27.05 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-01-26
Ngày Phát Hành 2014-01-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển TadasTamo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tadast
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice APOD",
    "description": "A nicer looking Astronomy Picture of the Day from NASA",
    "version": "0.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/logo16.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/apod.nasa.gov\/apod\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/apod.nasa.gov\/apod\/*"
    ]
}