NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Hvad er NASA Astronomy Picture of the Day?
NASA Astronomy Picture of the Day er en Chrome-udvidelse udviklet af Rhys Mills, og dens hovedfunktion er "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".
Udvidelsesskærmbilleder
Download NASA Astronomy Picture of the Day-udvidelses-CRX-fil
Download NASA Astronomy Picture of the Day-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day". This is an unofficial project which uses NASA's APOD API. This extension is open source; all code can be seen here: https://github.com/rhystmills/nasa-apod-extension
Grundlæggende oplysninger om udvidelsen
Navn | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
Officiel URL | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Beskrivelse | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
Filstørrelse | 249 KB |
Antal Installationer | 809 |
Nuværende Version | 1.03 |
Senest Opdateret | 2020-06-04 |
Udgivelsesdato | 2020-06-04 |
Udvikler | Rhys Mills |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/rhystmills/nasa-apod-extension |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NASA APOD", "name": "NASA Astronomy Picture of the Day", "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.", "manifest_version": 2, "version": "1.03", "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'", "icons": { "16": "extension-icon.png", "48": "extension-icon.png", "128": "extension-icon.png" } } |