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是由ESA/Hubble開發的Chrome擴展程式,該擴展的主要功能是“Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.”。
擴展截圖
下載ESA/Hubble Top 100 Images擴展crx文件
下載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 |
| 官方網址 | 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\/"
]
} | |