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 |
官方網址 | 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" } } |