NASA Astronomy Space New Tab
Sets your new tab page to a personal dashboard with a beautiful background.
什么是NASA Astronomy Space New Tab?
NASA Astronomy Space New Tab是由http://newtabthemes.com开发的Chrome扩展程序,该扩展的主要功能是“Sets your new tab page to a personal dashboard with a beautiful background.”。
扩展截图
下载NASA Astronomy Space New Tab扩展crx文件
下载NASA Astronomy Space New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fully responsive new tab chrome extension that displays the NASA astronomy picture of the day. Features: - Sets background to NASA's astronomy picture of the day. - Top left: Search bar with configurable search options to Google, Bing, DuckDuckGo, You, and Amazon. - Top right: Create new sticky notes and delete sticky notes. Sticky notes are draggable, minimizable, and colors can be changed. - Center: Configurable date and time. - Center: Favorites that set to most visited websites. Editable and draggable. - Bottom left: Settings for feature configuration and feature toggle, link to default chrome new tab, share, and about. - Bottom left: Link to NASA astronomy picture of the day.
扩展基本信息
名称 | |
ID | enmokhdndkkdihllmldhdficglebheni |
官方URL | https://chrome.google.com/webstore/detail/nasa-astronomy-space-new/enmokhdndkkdihllmldhdficglebheni |
简介 | Sets your new tab page to a personal dashboard with a beautiful background. |
文件大小 | 952 KB |
安装次数 | 244 |
当前版本 | 2.0.4 |
更新时间 | 2022-12-26 |
上架时间 | 2020-06-30 |
评分 | 5.00/5 共18次评分 |
开发者 | http://newtabthemes.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NASA Astronomy Space New Tab", "author": "newtabthemes.com", "version": "2.0.4", "description": "Sets your new tab page to a personal dashboard with a beautiful background.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ], "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |