NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
NASA Astronomy Picture of the Dayคืออะไร?
NASA Astronomy Picture of the Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rhys Mills และคุณลักษณะหลักของมันคือ "An inspiring picture of our universe every day, replacing the New Tab in Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NASA Astronomy Picture of the Day
ดาวน์โหลดไฟล์ส่วนขยาย NASA Astronomy Picture of the Day ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day". This is an unofficial project which uses NASA's APOD API. This extension is open source; all code can be seen here: https://github.com/rhystmills/nasa-apod-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
คำอธิบาย | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
ขนาดไฟล์ | 249 KB |
จำนวนการติดตั้ง | 809 |
เวอร์ชันปัจจุบัน | 1.03 |
อัปเดตครั้งล่าสุด | 2020-06-04 |
วันที่เผยแพร่ | 2020-06-04 |
ผู้พัฒนา | Rhys Mills |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rhystmills/nasa-apod-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NASA APOD", "name": "NASA Astronomy Picture of the Day", "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.", "manifest_version": 2, "version": "1.03", "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'", "icons": { "16": "extension-icon.png", "48": "extension-icon.png", "128": "extension-icon.png" } } |