Astronomy Picture of the Day (APOD)
This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API
Что такое Astronomy Picture of the Day (APOD)?
Astronomy Picture of the Day (APOD) - это расширение Chrome, разработанное Steven Harris, и его основная функция - "This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API".
Снимки экрана расширения
Скачать файл CRX расширения Astronomy Picture of the Day (APOD)
Скачайте файлы расширений Astronomy Picture of the Day (APOD) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Who doesn't love a good photo of our Universe? NASA has a massive library of beautiful imagery, every day they showcase a single image. We display this image in a new tab, so we don't have to go out our way to view it.
Основная информация о расширении
Название | Astronomy Picture of the Day (APOD) |
ID | gcpjcbpfjbhehgihibcncmaknkeeamip |
Официальный URL | https://chromewebstore.google.com/detail/astronomy-picture-of-the/gcpjcbpfjbhehgihibcncmaknkeeamip |
Описание | This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API |
Размер файла | 176 KB |
Количество установок | 112 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2016-02-24 |
Дата публикации | 2016-02-24 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | Steven Harris |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Steven Harris", "name": "Astronomy Picture of the Day (APOD)", "description": "This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API", "version": "1.0.3", "chrome_url_overrides": { "newtab": "apod.html" } } |