NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Cos'è NASA Astronomy Picture of the Day?
NASA Astronomy Picture of the Day è un'estensione di Chrome sviluppata da Rhys Mills, e la sua funzione principale è "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NASA Astronomy Picture of the Day
Scarica i file di estensione NASA Astronomy Picture of the Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
URL Ufficiale | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Descrizione | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
Dimensione del File | 249 KB |
Conteggio Installazioni | 809 |
Versione Corrente | 1.03 |
Ultimo Aggiornamento | 2020-06-04 |
Data di Pubblicazione | 2020-06-04 |
Sviluppatore | Rhys Mills |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rhystmills/nasa-apod-extension |
Lingue Supportate | 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" } } |