NASA Astronomy Picture of the Day

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

Vad är NASA Astronomy Picture of the Day?

NASA Astronomy Picture of the Day är en Chrome-tillägg utvecklad av Rhys Mills, och dess huvudfunktion är "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner NASA Astronomy Picture of the Day-förlängningens CRX-fil

Ladda ner NASA Astronomy Picture of the Day-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
Officiell webbadress https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
Beskrivning An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Filstorlek 249 KB
Antal Installationer 809
Aktuell Version 1.03
Senast Uppdaterad 2020-06-04
Publiceringsdatum 2020-06-04
Utvecklare Rhys Mills
Betalningssätt free
Tilläggswebbplats https://github.com/rhystmills/nasa-apod-extension
Stödda Språk 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"
    }
}