NASA Astronomy Picture of the Day

An inspiring picture of our universe every day, replacing the New Tab in Chrome.

Τι είναι το NASA Astronomy Picture of the Day;

Το NASA Astronomy Picture of the Day είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rhys Mills, και η κύρια λειτουργία του είναι "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NASA Astronomy Picture of the Day

Λήψη αρχείων επέκτασης NASA Astronomy Picture of the Day σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
Επίσημο URL https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
Περιγραφή An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Μέγεθος Αρχείου 249 KB
Αριθμός Εγκαταστάσεων 809
Τρέχουσα Έκδοση 1.03
Τελευταία Ενημέρωση 2020-06-04
Ημερομηνία Δημοσίευσης 2020-06-04
Προγραμματιστής Rhys Mills
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/rhystmills/nasa-apod-extension
Υποστηριζόμενες Γλώσσες 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"
    }
}