Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
Astronomy Picture of the Dayคืออะไร?
Astronomy Picture of the Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ohohbot และคุณลักษณะหลักของมันคือ "This extension displays the Astronomy Picture of the Day in your new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Astronomy Picture of the Day
ดาวน์โหลดไฟล์ส่วนขยาย Astronomy Picture of the Day ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays the Astronomy Picture of the Day in your new tab page. This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
คำอธิบาย | This extension displays the Astronomy Picture of the Day in your new tab page. |
ขนาดไฟล์ | 2.89 MB |
จำนวนการติดตั้ง | 523 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2017-03-12 |
วันที่เผยแพร่ | 2017-03-12 |
คะแนน | 4.32/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | ohohbot |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "build\/apod.js" ] }, "name": "Astronomy Picture of the Day", "description": "This extension displays the Astronomy Picture of the Day in your new tab page.", "version": "2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage" ] } |