APODtab

Displays the latest NASA APOD image when you open a new tab

什么是APODtab?

APODtab是由jooldesign.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Displays the latest NASA APOD image when you open a new tab”。

扩展截图

screenshot

下载APODtab扩展crx文件

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

扩展使用说明

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

扩展基本信息

名称 APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
官方URL https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
简介 Displays the latest NASA APOD image when you open a new tab
文件大小 70.76 KB
安装次数 61
当前版本 1.3.0
更新时间 2017-02-16
上架时间 2017-02-16
评分 5.00/5 共1次评分
开发者 jooldesign.co.uk
付费类型 free
扩展官网 http://jooldesign.co.uk
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}