ESA/Hubble Top 100 Images
Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.
ESA/Hubble Top 100 Imagesคืออะไร?
ESA/Hubble Top 100 Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ESA/Hubble และคุณลักษณะหลักของมันคือ "Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESA/Hubble Top 100 Images
ดาวน์โหลดไฟล์ส่วนขยาย ESA/Hubble 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nkhniebockeoppojmcbcgphpmpdladgo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/esahubble-top-100-images/nkhniebockeoppojmcbcgphpmpdladgo |
| คำอธิบาย | Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection. |
| ขนาดไฟล์ | 251 KB |
| จำนวนการติดตั้ง | 1,742 |
| เวอร์ชันปัจจุบัน | 1.1.2 |
| อัปเดตครั้งล่าสุด | 2021-05-14 |
| วันที่เผยแพร่ | 2021-03-20 |
| คะแนน | 4.70/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | ESA/Hubble |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://esahubble.org |
| URL หน้าช่วยเหลือ | https://www.encisosystems.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://esahubble.org/about/privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ESA\/Hubble Top 100 Images",
"description": "Enjoy the beautiful images from the ESA\/Hubble Space Telescope Top 100 images collection.",
"version": "1.1.2",
"icons": {
"32": "icons\/ESA-Hubble32.png",
"64": "icons\/ESA-Hubble64.png",
"128": "icons\/ESA-Hubble128.png"
},
"action": {
"default_icon": {
"32": "icons\/ESA-Hubble32.png",
"64": "icons\/ESA-Hubble64.png",
"128": "icons\/ESA-Hubble128.png"
},
"default_title": "ESA\/Hubble Top 100 Images",
"default_popup": "top100\/popup.html"
},
"chrome_url_overrides": {
"newtab": "top100\/top100.html"
},
"host_permissions": [
"https:\/\/esahubble.org\/images\/feed\/top100\/",
"https:\/\/esahubble.org\/images\/archive\/top100\/d2d\/"
]
} | |