APOD New Tab
See pictures from Astronomy Picture of the Day when you open a new tab!
什么是APOD New Tab?
APOD New Tab是由desolationaurora开发的Chrome扩展程序,该扩展的主要功能是“See pictures from Astronomy Picture of the Day when you open a new tab!”。
扩展截图
下载APOD New Tab扩展crx文件
下载APOD New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images. Source: http://apod.nasa.gov/apod/astropix.html. Type '?' for keyboard shortcuts.
扩展基本信息
名称 | APOD New Tab |
ID | pgnijakmicikmolkbgnnjpfhhkockobl |
官方URL | https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl |
简介 | See pictures from Astronomy Picture of the Day when you open a new tab! |
文件大小 | 1.25 MB |
安装次数 | 50 |
当前版本 | 1.6.2 |
更新时间 | 2016-01-20 |
上架时间 | 2016-01-20 |
评分 | 4.00/5 共4次评分 |
开发者 | desolationaurora |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APOD New Tab", "short_name": "APOD New Tab", "version": "1.6.2", "description": "See pictures from Astronomy Picture of the Day when you open a new tab!", "chrome_url_overrides": { "newtab": "apod.html" }, "icons": { "48": "img\/48.png" }, "permissions": [ "http:\/\/apod.nasa.gov\/", "http:\/\/api.data.gov\/", "https:\/\/api.data.gov\/" ] } |