ESA/Hubble Top 100 Images
Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.
Vad är ESA/Hubble Top 100 Images?
ESA/Hubble Top 100 Images är en Chrome-tillägg utvecklad av ESA/Hubble, och dess huvudfunktion är "Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.".
Tilläggsskärmbilder
Ladda ner ESA/Hubble Top 100 Images-förlängningens CRX-fil
Ladda ner ESA/Hubble Top 100 Images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nkhniebockeoppojmcbcgphpmpdladgo |
| Officiell webbadress | https://chromewebstore.google.com/detail/esahubble-top-100-images/nkhniebockeoppojmcbcgphpmpdladgo |
| Beskrivning | Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection. |
| Filstorlek | 251 KB |
| Antal Installationer | 1,742 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2021-05-14 |
| Publiceringsdatum | 2021-03-20 |
| Betyg | 4.70/5 Totalt 10 Betyg |
| Utvecklare | ESA/Hubble |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://esahubble.org |
| Hjälpsida URL | https://www.encisosystems.com |
| URL till Sekretesspolicy Sidan | https://esahubble.org/about/privacy |
| Stödda Språk | 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\/"
]
} | |