NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Qu'est-ce que NASA Astronomy Picture of the Day ?
NASA Astronomy Picture of the Day est une extension Chrome développée par Rhys Mills, et sa fonction principale est "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NASA Astronomy Picture of the Day
Téléchargez les fichiers d'extension NASA Astronomy Picture of the Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
URL Officiel | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Description | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
Taille du Fichier | 249 KB |
Nombre d'Installations | 809 |
Version Actuelle | 1.03 |
Dernière Mise à Jour | 2020-06-04 |
Date de Publication | 2020-06-04 |
Développeur | Rhys Mills |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rhystmills/nasa-apod-extension |
Langues Prises en Charge | 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" } } |