Astronomy Picture of the Day

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

什么是Astronomy Picture of the Day?

Astronomy Picture of the Day是由ohohbot开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the Astronomy Picture of the Day in your new tab page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Astronomy Picture of the Day扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
官方URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
简介 This extension displays the Astronomy Picture of the Day in your new tab page.
文件大小 2.89 MB
安装次数 523
当前版本 2
更新时间 2017-03-12
上架时间 2017-03-12
评分 4.32/5 共19次评分
开发者 ohohbot
付费类型 free
支持的语言 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"
    ]
}