Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

什么是Nice APOD?

Nice APOD是由TadasTamo开发的Chrome扩展程序,该扩展的主要功能是“A nicer looking Astronomy Picture of the Day from NASA”。

扩展截图

screenshot
screenshot

下载Nice APOD扩展crx文件

下载Nice APOD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
官方URL https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
简介 A nicer looking Astronomy Picture of the Day from NASA
文件大小 27.05 KB
安装次数 119
当前版本 0.1
更新时间 2014-01-26
上架时间 2014-01-26
评分 5.00/5 共3次评分
开发者 TadasTamo
付费类型 free
扩展官网 https://github.com/tadast
支持的语言 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\/*"
    ]
}