
EarthObservatoryHomepage von Clément Haëck
Change the homepage to the latest image from NASA Earth Observatory
2 Benutzer2 Benutzer
Metadaten zur Erweiterung
Screenshots

Über diese Erweiterung
The high-resolution image is displayed in full width.
A small caption gives the title and links to the corresponding Earth Observatory article. Click to zoom-in, and click-drag to scroll around.
The latest entry information is found with the RSS feed. The high-resolution image url is found by scraping the article page. This is saved to local storage to speed subsequent accesses as much as possible.
Error on zoom: error in fetching the image may result in a blank screen when zooming, refreshing the cache should do the trick (Ctrl + F5 or Ctrl + Shift + R).
Disclaimer: this is amateur code, I barely know what I am doing
This is not affiliated with NASA.
A small caption gives the title and links to the corresponding Earth Observatory article. Click to zoom-in, and click-drag to scroll around.
The latest entry information is found with the RSS feed. The high-resolution image url is found by scraping the article page. This is saved to local storage to speed subsequent accesses as much as possible.
Error on zoom: error in fetching the image may result in a blank screen when zooming, refreshing the cache should do the trick (Ctrl + F5 or Ctrl + Shift + R).
Disclaimer: this is amateur code, I barely know what I am doing
This is not affiliated with NASA.
Bewertet mit 0 von 0 Bewertern
Berechtigungen und DatenWeitere Informationen
Benötigte Berechtigungen:
- Auf Ihre Daten für earthobservatory.nasa.gov zugreifen
Weitere Informationen
- Add-on-Links
- Version
- 2.3
- Größe
- 42,2 KB
- Zuletzt aktualisiert
- vor einem Monat (29. Aug. 2025)
- Verwandte Kategorien
- Lizenz
- MIT-Lizenz
- Versionsgeschichte
- Zur Sammlung hinzufügen
Versionshinweise für 2.3
- Add a dynamic maximum width to avoid zooming too much on low-res images
- Add zoom and scroll by click/drag
- Fix image selection (the small thumbnail would get selected everytime)
- Performance: do not scrap article html if the info is already cached
- Performance: do not load images when parsing xml/html