D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
什么是D-Day with APOD?
D-Day with APOD是由https://meinside.dev开发的Chrome扩展程序,该扩展的主要功能是“This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.”。
扩展截图
下载D-Day with APOD扩展crx文件
下载D-Day with APOD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).
扩展基本信息
名称 | D-Day with APOD |
ID | chcbloiikmmeocihooagfegcoikgkjdn |
官方URL | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn |
简介 | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. |
文件大小 | 193 KB |
安装次数 | 187 |
当前版本 | 0.2.0 |
更新时间 | 2021-06-09 |
上架时间 | 2017-07-06 |
评分 | 5.00/5 共1次评分 |
开发者 | https://meinside.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/meinside/chromeextension-d-day-with-apod |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D-Day with APOD", "version": "0.2.0", "manifest_version": 3, "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.", "homepage_url": "https:\/\/meinside.dev", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.data.gov\/nasa\/planetary\/*" ] } |