NOIRLab Top 100 Images
Enjoy the beautiful images from the NOIRLab Top 100 images collection.
NOIRLab Top 100 Imagesคืออะไร?
NOIRLab Top 100 Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NOIRLab และคุณลักษณะหลักของมันคือ "Enjoy the beautiful images from the NOIRLab Top 100 images collection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NOIRLab Top 100 Images
ดาวน์โหลดไฟล์ส่วนขยาย NOIRLab Top 100 Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension takes a random image from our collection of 100 best images and renders it when the user opens a new browser tab. In the lower-left corner, the logo of our official site is displayed next to the title and image credit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NOIRLab Top 100 Images |
ID | pammoohiikakoflbnodhikfoogopgebe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/noirlab-top-100-images/pammoohiikakoflbnodhikfoogopgebe |
คำอธิบาย | Enjoy the beautiful images from the NOIRLab Top 100 images collection. |
ขนาดไฟล์ | 73.63 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-12-21 |
วันที่เผยแพร่ | 2021-11-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | NOIRLab |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NOIRLab Top 100 Images", "description": "Enjoy the beautiful images from the NOIRLab Top 100 images collection.", "version": "1.2", "icons": { "32": "icons\/icon-32x32.png", "64": "icons\/icon-64x64.png", "128": "icons\/icon-128x128.png" }, "action": { "default_icon": { "32": "icons\/icon-32x32.png", "64": "icons\/icon-64x64.png", "128": "icons\/icon-128x128.png" }, "default_title": "NOIRLab Top 100 Images" }, "chrome_url_overrides": { "newtab": "top100\/index.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/noirlab.edu\/public\/" ] } |