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.".
Снимки экрана расширения
Скачать файл 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 |
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" } } |