APOD
The famous APOD : Astronomy Picture Of the Day
什么是APOD?
APOD是由https://www.astrofiles.net开发的Chrome扩展程序,该扩展的主要功能是“The famous APOD : Astronomy Picture Of the Day”。
扩展截图
下载APOD扩展crx文件
下载APOD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov. This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available. New in version 2.0 : Click the arrows to slide apods back & forth. Enjoy!
扩展基本信息
名称 | APOD |
ID | gggblmmgahdkappoldbhdbofnjlklphc |
官方URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
简介 | The famous APOD : Astronomy Picture Of the Day |
文件大小 | 139 KB |
安装次数 | 485 |
当前版本 | 2.1 |
更新时间 | 2013-06-17 |
上架时间 | 2013-06-17 |
评分 | 4.40/5 共10次评分 |
开发者 | https://www.astrofiles.net |
付费类型 | free |
扩展官网 | http://www.astrofiles.net/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APOD", "version": "2.1", "description": "The famous APOD : Astronomy Picture Of the Day", "permissions": [ "notifications" ], "options_page": "options.html", "browser_action": { "default_icon": "apod16.png", "default_popup": "popup.html" }, "icons": { "16": "apod16.png", "48": "apod48.png", "128": "apod128.png" } } |