NASA Picture of the Day Tab
Shows the NASA Picture of the Day upon opening a new tab.
NASA Picture of the Day Tabคืออะไร?
NASA Picture of the Day Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brettwseitz และคุณลักษณะหลักของมันคือ "Shows the NASA Picture of the Day upon opening a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NASA Picture of the Day Tab
ดาวน์โหลดไฟล์ส่วนขยาย NASA Picture of the Day Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension which presents the NASA Picture of the Day as the background to a new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NASA Picture of the Day Tab |
ID | bhlhaojmlcidaadglhfbmfacoaaebocm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm |
คำอธิบาย | Shows the NASA Picture of the Day upon opening a new tab. |
ขนาดไฟล์ | 23.57 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-08-25 |
วันที่เผยแพร่ | 2018-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | brettwseitz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NASA Picture of the Day Tab", "description": "Shows the NASA Picture of the Day upon opening a new tab.", "version": "1.0.0", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';" } |