NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
Co to jest NASA Astronomy Picture of the Day?
NASA Astronomy Picture of the Day to rozszerzenie Chrome opracowane przez Rhys Mills, a jego główną funkcją jest „An inspiring picture of our universe every day, replacing the New Tab in Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NASA Astronomy Picture of the Day
Pobierz pliki rozszerzeń NASA Astronomy Picture of the Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
Oficjalny URL | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Opis | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
Rozmiar pliku | 249 KB |
Liczba instalacji | 809 |
Aktualna Wersja | 1.03 |
Ostatnia Aktualizacja | 2020-06-04 |
Data Publikacji | 2020-06-04 |
Deweloper | Rhys Mills |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rhystmills/nasa-apod-extension |
Obsługiwane Języki | 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" } } |