New Tab APOD

This extension displays the NASA astronomy picture of the day on every new tab window.

什么是New Tab APOD?

New Tab APOD是由Patrick开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the NASA astronomy picture of the day on every new tab window.”。

扩展截图

screenshot

下载New Tab APOD扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 New Tab APOD New Tab APOD
ID konddkpdfldiefojelccmbdcbblelffh
官方URL https://chromewebstore.google.com/detail/new-tab-apod/konddkpdfldiefojelccmbdcbblelffh
简介 This extension displays the NASA astronomy picture of the day on every new tab window.
文件大小 57.34 KB
安装次数 143
当前版本 0.1.4
更新时间 2016-12-22
上架时间 2016-12-22
评分 5.00/5 共6次评分
开发者 Patrick
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab APOD",
    "description": "This extension displays the NASA astronomy picture of the day on every new tab window.",
    "version": "0.1.4",
    "permissions": [
        "https:\/\/apod.nasa.gov\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}