NASA Astronomy Space New Tab
Sets your new tab page to a personal dashboard with a beautiful background.
NASA Astronomy Space New Tab là gì?
NASA Astronomy Space New Tab là một tiện ích mở rộng Chrome được phát triển bởi http://newtabthemes.com, và tính năng chính của nó là "Sets your new tab page to a personal dashboard with a beautiful background.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NASA Astronomy Space New Tab
Tải xuống các tệp mở rộng NASA Astronomy Space New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enmokhdndkkdihllmldhdficglebheni |
URL Chính Thức | https://chrome.google.com/webstore/detail/nasa-astronomy-space-new/enmokhdndkkdihllmldhdficglebheni |
Mô tả | Sets your new tab page to a personal dashboard with a beautiful background. |
Kích Thước Tệp | 952 KB |
Số Lần Cài Đặt | 244 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2022-12-26 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 5.00/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | http://newtabthemes.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |