NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

什么是NASA Picture of the Day?

NASA Picture of the Day是由http://breakfasthack.com开发的Chrome扩展程序,该扩展的主要功能是“Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.”。

扩展截图

screenshot
screenshot
screenshot

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

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

扩展使用说明

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

扩展基本信息

名称 NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
官方URL https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
简介 Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
文件大小 34.96 KB
安装次数 907
当前版本 0.1
更新时间 2015-03-30
上架时间 2015-03-30
评分 4.00/5 共8次评分
开发者 http://breakfasthack.com
付费类型 free
扩展官网 http://breakfasthack.com
帮助页面URL http://breakfasthack.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}