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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://newtabthemes.com และคุณลักษณะหลักของมันคือ "Sets your new tab page to a personal dashboard with a beautiful background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NASA Astronomy Space New Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |