ESA/Hubble Top 100 Images
Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.
Co to jest ESA/Hubble Top 100 Images?
ESA/Hubble Top 100 Images to rozszerzenie Chrome opracowane przez ESA/Hubble, a jego główną funkcją jest „Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ESA/Hubble Top 100 Images
Pobierz pliki rozszerzeń ESA/Hubble Top 100 Images w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nkhniebockeoppojmcbcgphpmpdladgo |
| Oficjalny URL | https://chromewebstore.google.com/detail/esahubble-top-100-images/nkhniebockeoppojmcbcgphpmpdladgo |
| Opis | Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection. |
| Rozmiar pliku | 251 KB |
| Liczba instalacji | 1,742 |
| Aktualna Wersja | 1.1.2 |
| Ostatnia Aktualizacja | 2021-05-14 |
| Data Publikacji | 2021-03-20 |
| Ocena | 4.70/5 Łącznie 10 Oceny |
| Deweloper | ESA/Hubble |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://esahubble.org |
| Adres URL Strony Pomocy | https://www.encisosystems.com |
| Adres URL Strony Polityki Prywatności | https://esahubble.org/about/privacy |
| Obsługiwane Języki | 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\/"
]
} | |