D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
Was ist D-Day with APOD?
D-Day with APOD ist eine Chrome-Erweiterung, die von https://meinside.dev entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".
Erweiterungsscreenshots
D-Day with APOD-Erweiterungs-CRX-Datei herunterladen
Laden Sie D-Day with APOD-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
Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).
Grundlegende Informationen zur Erweiterung
Name | D-Day with APOD |
ID | chcbloiikmmeocihooagfegcoikgkjdn |
Offizielle URL | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn |
Beschreibung | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. |
Dateigröße | 193 KB |
Installationsanzahl | 187 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2021-06-09 |
Veröffentlichungsdatum | 2017-07-06 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://meinside.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/meinside/chromeextension-d-day-with-apod |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D-Day with APOD", "version": "0.2.0", "manifest_version": 3, "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.", "homepage_url": "https:\/\/meinside.dev", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.data.gov\/nasa\/planetary\/*" ] } |