ESA/Hubble Top 100 Images

Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.

Was ist ESA/Hubble Top 100 Images?

ESA/Hubble Top 100 Images ist eine Chrome-Erweiterung, die von ESA/Hubble entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ESA/Hubble Top 100 Images-Erweiterungs-CRX-Datei herunterladen

Laden Sie ESA/Hubble Top 100 Images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ESA/Hubble Top 100 Images ESA/Hubble Top 100 Images
ID nkhniebockeoppojmcbcgphpmpdladgo
Offizielle URL https://chromewebstore.google.com/detail/esahubble-top-100-images/nkhniebockeoppojmcbcgphpmpdladgo
Beschreibung Enjoy the beautiful images from the ESA/Hubble Space Telescope Top 100 images collection.
Dateigröße 251 KB
Installationsanzahl 1,742
Aktuelle Version 1.1.2
Letztes Update 2021-05-14
Veröffentlichungsdatum 2021-03-20
Bewertung 4.70/5 Insgesamt 10 Bewertungen
Entwickler ESA/Hubble
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://esahubble.org
Hilfeseite URL https://www.encisosystems.com
URL der Datenschutzrichtlinien-Seite https://esahubble.org/about/privacy
Unterstützte Sprachen 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\/"
    ]
}