NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

什么是NASA Picture of the Day Tab?

NASA Picture of the Day Tab是由brettwseitz开发的Chrome扩展程序,该扩展的主要功能是“Shows the NASA Picture of the Day upon opening a new tab.”。

扩展截图

screenshot

下载NASA Picture of the Day Tab扩展crx文件

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

扩展使用说明

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

扩展基本信息

名称 NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
官方URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
简介 Shows the NASA Picture of the Day upon opening a new tab.
文件大小 23.57 KB
安装次数 38
当前版本 1.0.0
更新时间 2018-08-25
上架时间 2018-08-25
评分 5.00/5 共1次评分
开发者 brettwseitz
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}